Home
last modified time | relevance | path

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

/PHP-7.3/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.3/main/
H A Dnetwork.c729 int tcp_nodelay argument
753 if (tcp_nodelay) {
755 setsockopt(clisock, IPPROTO_TCP, TCP_NODELAY, (char*)&tcp_nodelay, sizeof(tcp_nodelay));
H A Dphp_network.h273 int tcp_nodelay

Completed in 15 milliseconds