aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index deee825e..2adfd51d 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -587,6 +587,19 @@ Enable TCP_FASTOPEN on the listen socket. TCP_FASTOPEN is currently
587supported on Linux >= 3.6. On other systems using this option with 587supported on Linux >= 3.6. On other systems using this option with
588cause @code{MHD_start_daemon} to fail. 588cause @code{MHD_start_daemon} to fail.
589 589
590@item MHD_USE_TLS_EPOLL_UPGRADE
591@cindex epoll
592@cindex upgrade
593@cindex https
594@cindex tls
595This option must be set if you want to use @code{epoll()} in
596combination with a server offering TLS and then upgrade connections
597(via ``101 Switching Protocols'' responses). This requires MHD to
598open up and process an extra socket, and hence we require this
599special flag in case this is really needed. Note that using
600this option automatically implies @code{MHD_USE_EPOLL},
601@code{MHD_USE_TLS} and @code{MHD_USE_SUSPEND_RESUME}.
602
590@end table 603@end table
591@end deftp 604@end deftp
592 605