aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-28 19:42:01 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-28 19:42:01 +0000
commit3d1275946f7264fbd3baecfecddb3fd2e3a4fe57 (patch)
tree943a5d7a483c1d93d9d6e3848bd8d1efc6019bd4 /src/include/gnunet_stream_lib.h
parentb4b5e74393c6d1621bd5b907e9a1fc5843ecb2f2 (diff)
downloadgnunet-3d1275946f7264fbd3baecfecddb3fd2e3a4fe57.tar.gz
gnunet-3d1275946f7264fbd3baecfecddb3fd2e3a4fe57.zip
-control retransmission for HELLO and HELLO_ACK
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index fd44ccfa0..a134470c7 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -140,7 +140,8 @@ enum GNUNET_STREAM_Option
140 * @param target the target peer to which the stream has to be opened 140 * @param target the target peer to which the stream has to be opened
141 * @param app_port the application port number which uniquely identifies this 141 * @param app_port the application port number which uniquely identifies this
142 * stream 142 * stream
143 * @param open_cb this function will be called after stream has be established 143 * @param open_cb this function will be called after stream has be established;
144 * cannot be NULL
144 * @param open_cb_cls the closure for open_cb 145 * @param open_cb_cls the closure for open_cb
145 * @param ... options to the stream, terminated by GNUNET_STREAM_OPTION_END 146 * @param ... options to the stream, terminated by GNUNET_STREAM_OPTION_END
146 * @return if successful it returns the stream socket; NULL if stream cannot be 147 * @return if successful it returns the stream socket; NULL if stream cannot be