X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=udp.h;h=39d1aeb41aa8eca5bf95a6e7f0c3eaae57a78596;hb=d2880e067aa9a124d2256599aef81113475abe0c;hp=af375d6cc6804c51d6bafdc39f2bc71bb39c16a3;hpb=193b6127860d8bd6ec638fb3d74ceff63698fb8d;p=radsecproxy.git diff --git a/udp.h b/udp.h index af375d6..39d1aeb 100644 --- a/udp.h +++ b/udp.h @@ -1,12 +1,5 @@ -/* - * Copyright (C) 2006-2008 Stig Venaas - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright 2011 NORDUnet A/S. All rights reserved. + See LICENSE for licensing information. */ -int clientradputudp(struct server *server, unsigned char *rad); -void *udpclientrd(void *arg); -void *udpserverrd(void *arg); -void *udpserverwr(void *arg); +int udp_init (struct rs_connection *conn, struct rs_packet *pkt); +int udp_init_retransmit_timer (struct rs_connection *conn);