aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index ac1065937..b1518d9ba 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -218,6 +218,8 @@ GNUNET_STREAM_close (struct GNUNET_STREAM_Socket *socket);
218 218
219/** 219/**
220 * Functions of this type are called upon new stream connection from other peers 220 * Functions of this type are called upon new stream connection from other peers
221 * or upon binding error which happen when the app_port given in
222 * GNUNET_STREAM_listen() is already taken.
221 * 223 *
222 * @param cls the closure from GNUNET_STREAM_listen 224 * @param cls the closure from GNUNET_STREAM_listen
223 * @param socket the socket representing the stream; NULL on binding error 225 * @param socket the socket representing the stream; NULL on binding error