aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-21 10:47:41 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-21 10:47:41 +0000
commitcbe53564d0bb4b42d5549854c6f16cc1b7781257 (patch)
tree915f2952830536de1f2c380b75a0e7d1c8a82d2c /src/include/gnunet_stream_lib.h
parent4720597f680ae81b1a7c5e43f6d05bc1fdbe183f (diff)
downloadgnunet-cbe53564d0bb4b42d5549854c6f16cc1b7781257.tar.gz
gnunet-cbe53564d0bb4b42d5549854c6f16cc1b7781257.zip
-stream listen timeout option
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index 282372483..c8a207d59 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -109,7 +109,12 @@ enum GNUNET_STREAM_Option
109 * Option to set the write sequence number. Takes a uint32_t as parameter 109 * Option to set the write sequence number. Takes a uint32_t as parameter
110 * to set the value of the write sequence number 110 * to set the value of the write sequence number
111 */ 111 */
112 GNUNET_STREAM_OPTION_TESTING_SET_WRITE_SEQUENCE_NUMBER 112 GNUNET_STREAM_OPTION_TESTING_SET_WRITE_SEQUENCE_NUMBER,
113
114 /**
115 * Listen socket timeout in milliseconds
116 */
117 GNUNET_STREAM_OPTION_LISTEN_TIMEOUT
113 }; 118 };
114 119
115 120