aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-11 22:50:10 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-11 22:50:10 +0000
commit9dbf3b587010260ad2e26450a86a37ecd298df11 (patch)
treeb475c461b0dd6906f885b9992a98e13cec5f36d2 /src/transport/gnunet-service-transport.c
parent6f5773151141852cdb07a14edb2d5974d89814c2 (diff)
downloadgnunet-9dbf3b587010260ad2e26450a86a37ecd298df11.tar.gz
gnunet-9dbf3b587010260ad2e26450a86a37ecd298df11.zip
-more logging, etc.
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 50faeae89..d96a284c7 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -194,7 +194,7 @@ process_payload (const struct GNUNET_PeerIdentity *peer,
194 * for inbound TCP/UDP connections since it it not clear 194 * for inbound TCP/UDP connections since it it not clear
195 * that we could establish ourselves a connection to that 195 * that we could establish ourselves a connection to that
196 * IP address and get the same system) 196 * IP address and get the same system)
197 * @param sender_address_len number of bytes in sender_address 197 * @param sender_address_len number of bytes in @a sender_address
198 * @return how long the plugin should wait until receiving more data 198 * @return how long the plugin should wait until receiving more data
199 * (plugins that do not support this, can ignore the return value) 199 * (plugins that do not support this, can ignore the return value)
200 */ 200 */