aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_send.h')
-rw-r--r--src/microhttpd/mhd_send.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index a766c8c0..3c484f79 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -56,9 +56,9 @@
56 */ 56 */
57enum MHD_SendSocketOptions 57enum MHD_SendSocketOptions
58{ 58{
59 /** 59 /**
60 * definitely no corking (use NODELAY, or explicitly disable cork) 60 * definitely no corking (use NODELAY, or explicitly disable cork)
61 */ 61 */
62 MHD_SSO_NO_CORK = 0, 62 MHD_SSO_NO_CORK = 0,
63 /** 63 /**
64 * should enable corking (use MSG_MORE, or explicitly enable cork) 64 * should enable corking (use MSG_MORE, or explicitly enable cork)