do tcp fast open in the exchange httpd
This commit is contained in:
parent
0a4ce8475a
commit
5251e9ea40
@ -961,7 +961,7 @@ main (int argc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
mhd
|
mhd
|
||||||
= MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_PIPE_FOR_SHUTDOWN | MHD_USE_DEBUG | MHD_USE_DUAL_STACK | MHD_USE_INTERNAL_POLLING_THREAD,
|
= MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_PIPE_FOR_SHUTDOWN | MHD_USE_DEBUG | MHD_USE_DUAL_STACK | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TCP_FASTOPEN,
|
||||||
(-1 == fh) ? serve_port : 0,
|
(-1 == fh) ? serve_port : 0,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
&handle_mhd_request, NULL,
|
&handle_mhd_request, NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user