summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/udp.h b/udp.h
new file mode 100644
index 0000000..39d1aeb
--- /dev/null
+++ b/udp.h
@@ -0,0 +1,5 @@
+/* Copyright 2011 NORDUnet A/S. All rights reserved.
+ See LICENSE for licensing information. */
+
+int udp_init (struct rs_connection *conn, struct rs_packet *pkt);
+int udp_init_retransmit_timer (struct rs_connection *conn);