Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay.phpt2 stream context tcp_nodelay
13 "tcp_nodelay" => true
H A Dstream_context_tcp_nodelay_fopen.phpt2 stream context tcp_nodelay fopen
13 "tcp_nodelay" => true
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/PHP-8.2/main/
H A Dnetwork.c735 int tcp_nodelay argument
759 if (tcp_nodelay) {
761 setsockopt(clisock, IPPROTO_TCP, TCP_NODELAY, (char*)&tcp_nodelay, sizeof(tcp_nodelay));
H A Dphp_network.h295 int tcp_nodelay

Completed in 9 milliseconds