Home
last modified time | relevance | path

Searched refs:tcp_nodelay (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay.phpt2 stream context tcp_nodelay
12 "tcp_nodelay" => true
H A Dstream_context_tcp_nodelay_fopen.phpt2 stream context tcp_nodelay fopen
12 "tcp_nodelay" => true
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/PHP-7.1/main/
H A Dnetwork.c737 int tcp_nodelay argument
761 if (tcp_nodelay) {
763 setsockopt(clisock, IPPROTO_TCP, TCP_NODELAY, (char*)&tcp_nodelay, sizeof(tcp_nodelay));
H A Dphp_network.h275 int tcp_nodelay
/PHP-7.1/
H A DNEWS2103 . Implemented #51879 stream context socket option tcp_nodelay (Joe)

Completed in 26 milliseconds