blob: 338e7c2ae11402fe2fe1ad98aa3862dd661e1cdf (
plain)
1
2
3
4
5
|
/* Copyright 2011 NORDUnet A/S. All rights reserved.
See the file COPYING for licensing information. */
int udp_init (struct rs_connection *conn, struct rs_packet *pkt);
int udp_init_retransmit_timer (struct rs_connection *conn);
|