aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-07 17:39:27 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-07 17:39:27 +0300
commit45dabc9d2503645cbf7a4154ff1f428adfb2b8f4 (patch)
tree57ba3ad6cda5b3a27e89815d1278b5a52f8d1803
parent959d55ec5eea5b5d68fed524d1b48184c4763620 (diff)
downloadlibmicrohttpd-45dabc9d2503645cbf7a4154ff1f428adfb2b8f4.tar.gz
libmicrohttpd-45dabc9d2503645cbf7a4154ff1f428adfb2b8f4.zip
Removed outdated note from description comment.
-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