aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 3760fefb..9e1a2901 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1301,6 +1301,11 @@ struct MHD_Daemon
1301 */ 1301 */
1302 unsigned int fastopen_queue_size; 1302 unsigned int fastopen_queue_size;
1303#endif 1303#endif
1304
1305 /**
1306 * The size of queue for listen socket.
1307 */
1308 unsigned int listen_backlog_size;
1304}; 1309};
1305 1310
1306 1311