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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2b7b68e6..7bb09ead 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2851,12 +2851,13 @@ MHD_get_fdset2 (struct MHD_Daemon *daemon,
2851 * 2851 *
2852 * In practice, if #MHD_YES is returned then #MHD_run() (or 2852 * In practice, if #MHD_YES is returned then #MHD_run() (or
2853 * #MHD_run_from_select()) must be called not later than @a timeout 2853 * #MHD_run_from_select()) must be called not later than @a timeout
2854 * millisecond. 2854 * millisecond even if not activity is detected on sockets by
2855 * sockets polling function.
2855 * 2856 *
2856 * @param daemon daemon to query for timeout 2857 * @param daemon daemon to query for timeout
2857 * @param timeout set to the timeout (in milliseconds) 2858 * @param timeout set to the timeout (in milliseconds)
2858 * @return #MHD_YES on success, #MHD_NO if timeouts are 2859 * @return #MHD_YES on success, #MHD_NO if timeouts are
2859 * not used and no data is pending. 2860 * not used and no data processing is pending.
2860 * @ingroup event 2861 * @ingroup event
2861 */ 2862 */
2862_MHD_EXTERN enum MHD_Result 2863_MHD_EXTERN enum MHD_Result