aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-14 23:59:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-14 23:59:47 +0000
commita8a8461c3e3f9f60a99cb7f1f15abb3fb3ebfdf2 (patch)
tree20908bb965384d6ff60ceb1fce3d104f010dff2d /src/transport/plugin_transport_udp.c
parentaf63d98838d8b6e03ee304bcf1ae736b0e81b7aa (diff)
downloadgnunet-a8a8461c3e3f9f60a99cb7f1f15abb3fb3ebfdf2.tar.gz
gnunet-a8a8461c3e3f9f60a99cb7f1f15abb3fb3ebfdf2.zip
towards better working transport code
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 7f3566c59..94222bd6d 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -206,7 +206,7 @@ udp_transport_server_stop (void *cls)
206static ssize_t 206static ssize_t
207udp_plugin_send (void *cls, 207udp_plugin_send (void *cls,
208 const struct GNUNET_PeerIdentity *target, 208 const struct GNUNET_PeerIdentity *target,
209 char *msgbuf, 209 const char *msgbuf,
210 size_t msgbuf_size, 210 size_t msgbuf_size,
211 unsigned int priority, 211 unsigned int priority,
212 struct GNUNET_TIME_Relative timeout, 212 struct GNUNET_TIME_Relative timeout,