aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-16 14:03:36 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-16 14:03:36 +0000
commitc98e2e920ee8c27d3b319217056116c4f13d1c6a (patch)
treef958d954022da7a79d13902c6d922fcdbaa5e3a0 /src/transport/plugin_transport_tcp.c
parent8a5993b15da336afade45be6ee4619a39561956a (diff)
downloadgnunet-c98e2e920ee8c27d3b319217056116c4f13d1c6a.tar.gz
gnunet-c98e2e920ee8c27d3b319217056116c4f13d1c6a.zip
more fixed documentation
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 011b112c0..657043c24 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -877,7 +877,7 @@ reschedule_session_timeout (struct Session *s)
877 * Create a new session. Also queues a welcome message. 877 * Create a new session. Also queues a welcome message.
878 * 878 *
879 * @param plugin the plugin 879 * @param plugin the plugin
880 * @param target peer to connect to 880 * @param address the address to create the session for
881 * @param client client to use, reference counter must have already been increased 881 * @param client client to use, reference counter must have already been increased
882 * @param is_nat this a NAT session, we should wait for a client to 882 * @param is_nat this a NAT session, we should wait for a client to
883 * connect to us from an address, then assign that to 883 * connect to us from an address, then assign that to