aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-14 20:47:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-14 20:47:31 +0000
commit4b5e3086a0813daa6709ee7c0087ece6222bb022 (patch)
tree8ad7d9ad685542ba96f897a992f8c1fa15e0a2e0 /src/transport/plugin_transport_udp.c
parent7abd5a10ab1121bade799ac3a9b4c770badbd1db (diff)
downloadgnunet-4b5e3086a0813daa6709ee7c0087ece6222bb022.tar.gz
gnunet-4b5e3086a0813daa6709ee7c0087ece6222bb022.zip
process keepalive, simplify PONGs
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index e58d4312e..7d8c1520f 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -129,7 +129,8 @@ struct Plugin;
129 129
130 130
131/** 131/**
132 * Session with another peer. 132 * Session with another peer. FIXME: why not make this into
133 * a regular 'struct Session' and pass it around!?
133 */ 134 */
134struct PeerSession 135struct PeerSession
135{ 136{