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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 486c5958..17798b30 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1132,9 +1132,14 @@ struct MHD_Daemon
1132 int resuming; 1132 int resuming;
1133 1133
1134 /** 1134 /**
1135 * Number of active parallel connections.
1136 */
1137 unsigned int connections;
1138
1139 /**
1135 * Limit on the number of parallel connections. 1140 * Limit on the number of parallel connections.
1136 */ 1141 */
1137 unsigned int max_connections; 1142 unsigned int connection_limit;
1138 1143
1139 /** 1144 /**
1140 * After how many seconds of inactivity should 1145 * After how many seconds of inactivity should