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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 60878cbc..f87b675a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -672,8 +672,6 @@ enum MHD_FLAG
672 * Enable `epoll()` turbo. Disables certain calls to `shutdown()` 672 * Enable `epoll()` turbo. Disables certain calls to `shutdown()`
673 * and enables aggressive non-blocking optimisitc reads. 673 * and enables aggressive non-blocking optimisitc reads.
674 * Most effects only happen with #MHD_USE_EPOLL. 674 * Most effects only happen with #MHD_USE_EPOLL.
675 * Enalbed always on W32 as winsock does not properly behave
676 * with `shutdown()` and this then fixes potential problems.
677 */ 675 */
678 MHD_USE_EPOLL_TURBO = 4096, 676 MHD_USE_EPOLL_TURBO = 4096,
679 677
@@ -688,7 +686,6 @@ enum MHD_FLAG
688 _MHD_DEPR_IN_MACRO("Value MHD_USE_SUSPEND_RESUME is deprecated, use MHD_ALLOW_SUSPEND_RESUME instead") \ 686 _MHD_DEPR_IN_MACRO("Value MHD_USE_SUSPEND_RESUME is deprecated, use MHD_ALLOW_SUSPEND_RESUME instead") \
689 MHD_ALLOW_SUSPEND_RESUME 687 MHD_ALLOW_SUSPEND_RESUME
690 688
691
692 /** 689 /**
693 * Enable TCP_FASTOPEN option. This option is only available on Linux with a 690 * Enable TCP_FASTOPEN option. This option is only available on Linux with a
694 * kernel >= 3.6. On other systems, using this option cases #MHD_start_daemon 691 * kernel >= 3.6. On other systems, using this option cases #MHD_start_daemon