Home
last modified time | relevance | path

Searched refs:tcp_nodelay (Results 51 – 75 of 850) sorted by relevance

12345678910>>...34

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/hyper-0.14.16/src/server/
H A Dtcp.rs23 tcp_nodelay: bool, field
56 tcp_nodelay: false, in from_listener()
78 self.tcp_nodelay = enabled; in set_nodelay()
118 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll_next_()
188 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/hyper/src/server/
H A Dtcp.rs22 tcp_nodelay: bool, field
41 tcp_nodelay: false, in from_std()
68 self.tcp_nodelay = enabled; in set_nodelay()
112 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll_next_()
186 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/www/monolith/monolith-2.6.1/cargo-crates/hyper-0.14.9/src/server/
H A Dtcp.rs22 tcp_nodelay: bool, field
55 tcp_nodelay: false, in from_listener()
77 self.tcp_nodelay = enabled; in set_nodelay()
117 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll_next_()
187 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/hyper-0.14.12/src/server/
H A Dtcp.rs22 tcp_nodelay: bool, field
55 tcp_nodelay: false, in from_listener()
77 self.tcp_nodelay = enabled; in set_nodelay()
117 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll_next_()
187 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/www/mod_php81/php-8.1.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
/dports/lang/php81/php-8.1.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
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dsignaler.cpp226 BOOL tcp_nodelay = 1; in make_fdpair() local
228 (char *)&tcp_nodelay, sizeof (tcp_nodelay)); in make_fdpair()
255 (char *)&tcp_nodelay, sizeof (tcp_nodelay)); in make_fdpair()
/dports/www/rearx/rearx-0.1.4/cargo-crates/hyper-0.14.4/src/server/
H A Dtcp.rs22 tcp_nodelay: bool, field
45 tcp_nodelay: false, in from_std()
72 self.tcp_nodelay = enabled; in set_nodelay()
147 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll_next_()
217 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/lang/php73/php-7.3.33/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
/dports/lang/php80/php-8.0.15/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
/dports/lang/php74/php-7.4.27/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
/dports/www/mod_php74/php-7.4.27/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
/dports/www/mod_php80/php-8.0.15/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
/dports/www/mod_php73/php-7.3.33/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
/dports/databases/xapian-core/xapian-core-1.4.18/net/
H A Dtcpserver.h66 bool tcp_nodelay
89 TcpServer(const std::string &host, int port, bool tcp_nodelay,
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dtcpserver.h66 bool tcp_nodelay
89 TcpServer(const std::string &host, int port, bool tcp_nodelay,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/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()

12345678910>>...34