aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 27d3d40b..6ee66237 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1083,10 +1083,11 @@ MHD_get_fdset (struct MHD_Daemon *daemon,
1083 fd_set * write_fd_set, fd_set * except_fd_set, int *max_fd); 1083 fd_set * write_fd_set, fd_set * except_fd_set, int *max_fd);
1084 1084
1085/** 1085/**
1086 * Obtain timeout value for select for this daemon 1086 * Obtain timeout value for select for this daemon (only needed if
1087 * (only needed if connection timeout is used). The 1087 * connection timeout is used). The returned value is how long select
1088 * returned value is how long select should at most 1088 * should at most block, not the timeout value set for connections.
1089 * block, not the timeout value set for connections. 1089 * This function MUST NOT be called if MHD is running with
1090 * "MHD_USE_THREAD_PER_CONNECTION".
1090 * 1091 *
1091 * @param daemon daemon to query for timeout 1092 * @param daemon daemon to query for timeout
1092 * @param timeout set to the timeout (in milliseconds) 1093 * @param timeout set to the timeout (in milliseconds)