Home
last modified time | relevance | path

Searched refs:tcp_nodelay (Results 76 – 100 of 850) sorted by relevance

12345678910>>...34

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dtcp.c44 int tcp_nodelay; member
59 …{ "tcp_nodelay", "Use TCP_NODELAY to disable nagle's algorithm", OFFSET(tcp_nodelay), AV…
88 if (s->tcp_nodelay > 0) { in customize_fd()
89 if (setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, &s->tcp_nodelay, sizeof (s->tcp_nodelay))) { in customize_fd()
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Dmailbox.cpp270 BOOL tcp_nodelay = 1; in make_socketpair() local
272 (char *)&tcp_nodelay, sizeof (tcp_nodelay)); in make_socketpair()
299 (char *)&tcp_nodelay, sizeof (tcp_nodelay)); in make_socketpair()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dtcp.c44 int tcp_nodelay; member
59 …{ "tcp_nodelay", "Use TCP_NODELAY to disable nagle's algorithm", OFFSET(tcp_nodelay), AV…
88 if (s->tcp_nodelay > 0) { in customize_fd()
89 if (setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, &s->tcp_nodelay, sizeof (s->tcp_nodelay))) { in customize_fd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dtcp.c44 int tcp_nodelay; member
59 …{ "tcp_nodelay", "Use TCP_NODELAY to disable nagle's algorithm", OFFSET(tcp_nodelay), AV…
88 if (s->tcp_nodelay > 0) { in customize_fd()
89 if (setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, &s->tcp_nodelay, sizeof (s->tcp_nodelay))) { in customize_fd()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dtcp.c44 int tcp_nodelay; member
59 …{ "tcp_nodelay", "Use TCP_NODELAY to disable nagle's algorithm", OFFSET(tcp_nodelay), AV…
88 if (s->tcp_nodelay > 0) { in customize_fd()
89 if (setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, &s->tcp_nodelay, sizeof (s->tcp_nodelay))) { in customize_fd()
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/dports/lang/php81/php-8.1.1/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/dports/lang/php73/php-7.3.33/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/dports/lang/php80/php-8.0.15/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/dports/lang/php74/php-7.4.27/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay_server.phpt2 stream context tcp_nodelay server
10 "tcp_nodelay" => true
/dports/databases/xapian-core/xapian-core-1.4.18/net/
H A Dtcpserver.cc74 TcpServer::TcpServer(const std::string & host, int port, bool tcp_nodelay, in TcpServer() argument
76 : listen_socket(get_listening_socket(host, port, tcp_nodelay in TcpServer()
87 bool tcp_nodelay in get_listening_socket() argument
111 if (tcp_nodelay) { in get_listening_socket()
/dports/databases/xapian-core12/xapian-core-1.2.25/net/
H A Dtcpserver.cc73 TcpServer::TcpServer(const std::string & host, int port, bool tcp_nodelay, in TcpServer() argument
79 listen_socket(get_listening_socket(host, port, tcp_nodelay in TcpServer()
90 bool tcp_nodelay in get_listening_socket() argument
104 if (tcp_nodelay) { in get_listening_socket()
H A Dtcpclient.cc50 double timeout_connect, bool tcp_nodelay) argument
99 if (tcp_nodelay) {
/dports/devel/libxs/libxs-1.2.0/src/
H A Dsignaler.cpp122 BOOL tcp_nodelay = 1; in make_fdpair()
124 (char *)&tcp_nodelay, sizeof (tcp_nodelay)); in make_fdpair()
150 (char *)&tcp_nodelay, sizeof (tcp_nodelay)); in make_fdpair()
/dports/net/yami4/yami4-gpl-1.11.0/src/core/
H A Doptions.cpp107 tcp_nodelay = true; in init()
166 core::option_names::tcp_nodelay, tcp_nodelay); in override_with_user_values()
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dbase_protocol.py4 from .tcp_helpers import tcp_nodelay
58 tcp_nodelay(tr, True)
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dbase_protocol.py4 from .tcp_helpers import tcp_nodelay
58 tcp_nodelay(tr, True)
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dbase_protocol.py4 from .tcp_helpers import tcp_nodelay
58 tcp_nodelay(tr, True)
/dports/net/nc/ncat-1.0.1/
H A Dncat.c35 int tcp_nodelay = 0; variable
119 tcp_nodelay = 1; in init()
132 if(tcp_nodelay && tcp_cork) { in init()
307 if(tcp_nodelay) in open_stream()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dtcp_io_stream.c61 static bool tcp_nodelay = TRUE; variable
207 tcp_set_nodelay(fd, tcp_nodelay); in tcp_input_output_stream_connect_sockaddr()
460 tcp_nodelay = TRUE; in tcp_init_with_env()
463 tcp_nodelay = FALSE; in tcp_init_with_env()
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_nginx.aug67 tcp_nodelay on;
111 { "tcp_nodelay" = "on" }
147 tcp_nodelay on;
151 { "tcp_nodelay" = "on" } }
/dports/net/proby/proby-1.0.2/cargo-crates/isahc-0.7.6/src/
H A Drequest.rs78 fn tcp_nodelay(&mut self) -> &mut Self; in tcp_nodelay() method
196 fn tcp_nodelay(&mut self) -> &mut Self { in tcp_nodelay() method

12345678910>>...34