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.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