diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 92827650..29699fd0 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -439,8 +439,11 @@ enum MHD_FLAG | |||
439 | MHD_USE_DUAL_STACK = MHD_USE_IPv6 | 2048, | 439 | MHD_USE_DUAL_STACK = MHD_USE_IPv6 | 2048, |
440 | 440 | ||
441 | /** | 441 | /** |
442 | * Enable EPOLL turbo. Only useful with MHD_USE_EPOLL_LINUX_ONLY. | 442 | * Enable EPOLL turbo. Disables certain calls to 'shutdown' |
443 | * Highly experimental, do not use in production yet. | 443 | * and enables aggressive non-blocking optimisitc reads. |
444 | * Most effects only happen with MHD_USE_EPOLL_LINUX_ONLY. | ||
445 | * Enalbed always on W32 as winsock doesn't properly behave | ||
446 | * with shutdown and this then fixes potential problems. | ||
444 | */ | 447 | */ |
445 | MHD_USE_EPOLL_TURBO = 4096 | 448 | MHD_USE_EPOLL_TURBO = 4096 |
446 | 449 | ||