Home
last modified time | relevance | path

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

/PHP-8.1/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.1/main/
H A Dnetwork.c733 int tcp_nodelay argument
757 if (tcp_nodelay) {
759 setsockopt(clisock, IPPROTO_TCP, TCP_NODELAY, (char*)&tcp_nodelay, sizeof(tcp_nodelay));
H A Dphp_network.h295 int tcp_nodelay

Completed in 17 milliseconds