Home
last modified time | relevance | path

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

12345678910>>...34

/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_tcp_helpers.py6 from aiohttp.tcp_helpers import tcp_nodelay
29 tcp_nodelay(transport, True)
37 tcp_nodelay(transport, True)
45 tcp_nodelay(transport, True)
47 tcp_nodelay(transport, False)
56 tcp_nodelay(transport, True)
66 tcp_nodelay(transport, True)
73 tcp_nodelay(transport, True)
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/sys_vars/r/
H A Dtcp_nodelay.result1 SET tcp_nodelay=0;
2 SET tcp_nodelay=1;
3 SET tcp_nodelay=default;
4 SET GLOBAL tcp_nodelay=0;
5 ERROR HY000: Variable 'tcp_nodelay' is a SESSION variable
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/sys_vars/r/
H A Dtcp_nodelay.result1 SET tcp_nodelay=0;
2 SET tcp_nodelay=1;
3 SET tcp_nodelay=default;
4 SET GLOBAL tcp_nodelay=0;
5 ERROR HY000: Variable 'tcp_nodelay' is a SESSION variable
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/sys_vars/r/
H A Dtcp_nodelay.result1 SET tcp_nodelay=0;
2 SET tcp_nodelay=1;
3 SET tcp_nodelay=default;
4 SET GLOBAL tcp_nodelay=0;
5 ERROR HY000: Variable 'tcp_nodelay' is a SESSION variable
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/sys_vars/r/
H A Dtcp_nodelay.result1 SET tcp_nodelay=0;
2 SET tcp_nodelay=1;
3 SET tcp_nodelay=default;
4 SET GLOBAL tcp_nodelay=0;
5 ERROR HY000: Variable 'tcp_nodelay' is a SESSION variable
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/sys_vars/t/
H A Dtcp_nodelay.test2 # A smoke test for tcp_nodelay option
3 SET tcp_nodelay=0;
4 SET tcp_nodelay=1;
5 SET tcp_nodelay=default;
7 SET GLOBAL tcp_nodelay=0;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/sys_vars/t/
H A Dtcp_nodelay.test2 # A smoke test for tcp_nodelay option
3 SET tcp_nodelay=0;
4 SET tcp_nodelay=1;
5 SET tcp_nodelay=default;
7 SET GLOBAL tcp_nodelay=0;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/sys_vars/t/
H A Dtcp_nodelay.test2 # A smoke test for tcp_nodelay option
3 SET tcp_nodelay=0;
4 SET tcp_nodelay=1;
5 SET tcp_nodelay=default;
7 SET GLOBAL tcp_nodelay=0;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/sys_vars/t/
H A Dtcp_nodelay.test2 # A smoke test for tcp_nodelay option
3 SET tcp_nodelay=0;
4 SET tcp_nodelay=1;
5 SET tcp_nodelay=default;
7 SET GLOBAL tcp_nodelay=0;
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/stack/
H A DRouterStub.java53 private boolean tcp_nodelay=true; field in RouterStub
83 return tcp_nodelay; in isTcpNoDelay()
86 public void setTcpNoDelay(boolean tcp_nodelay) { in setTcpNoDelay() argument
87 this.tcp_nodelay=tcp_nodelay; in setTcpNoDelay()
157 sock.setTcpNoDelay(tcp_nodelay); in doConnect()
/dports/www/nginx-devel/nginx-1.21.5/src/os/unix/
H A Dngx_linux_sendfile_chain.c52 int tcp_nodelay; in ngx_linux_sendfile_chain() local
104 if (c->tcp_nodelay == NGX_TCP_NODELAY_SET) { in ngx_linux_sendfile_chain()
106 tcp_nodelay = 0; in ngx_linux_sendfile_chain()
109 (const void *) &tcp_nodelay, sizeof(int)) == -1) in ngx_linux_sendfile_chain()
127 c->tcp_nodelay = NGX_TCP_NODELAY_UNSET; in ngx_linux_sendfile_chain()
134 if (c->tcp_nodelay == NGX_TCP_NODELAY_UNSET) { in ngx_linux_sendfile_chain()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyper-0.12.35/src/server/
H A Dtcp.rs20 tcp_nodelay: bool, field
46 tcp_nodelay: false, in from_std()
73 self.tcp_nodelay = enabled; in set_nodelay()
122 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll()
188 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/hyper-0.12.35/src/server/
H A Dtcp.rs20 tcp_nodelay: bool, field
46 tcp_nodelay: false, in from_std()
73 self.tcp_nodelay = enabled; in set_nodelay()
122 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll()
188 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/hyper-0.12.35/src/server/
H A Dtcp.rs20 tcp_nodelay: bool, field
46 tcp_nodelay: false, in from_std()
73 self.tcp_nodelay = enabled; in set_nodelay()
122 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll()
188 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/hyper-0.12.19/src/server/
H A Dtcp.rs20 tcp_nodelay: bool, field
46 tcp_nodelay: false, in from_std()
73 self.tcp_nodelay = enabled; in set_nodelay()
122 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll()
188 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/hyper-0.12.35/src/server/
H A Dtcp.rs20 tcp_nodelay: bool, field
46 tcp_nodelay: false, in from_std()
73 self.tcp_nodelay = enabled; in set_nodelay()
122 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll()
188 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/os/unix/
H A Dngx_linux_sendfile_chain.c49 int tcp_nodelay; in ngx_linux_sendfile_chain() local
101 if (c->tcp_nodelay == NGX_TCP_NODELAY_SET) { in ngx_linux_sendfile_chain()
103 tcp_nodelay = 0; in ngx_linux_sendfile_chain()
106 (const void *) &tcp_nodelay, sizeof(int)) == -1) in ngx_linux_sendfile_chain()
124 c->tcp_nodelay = NGX_TCP_NODELAY_UNSET; in ngx_linux_sendfile_chain()
131 if (c->tcp_nodelay == NGX_TCP_NODELAY_UNSET) { in ngx_linux_sendfile_chain()
/dports/www/nginx-naxsi/nginx-1.20.2/src/os/unix/
H A Dngx_linux_sendfile_chain.c49 int tcp_nodelay; in ngx_linux_sendfile_chain() local
101 if (c->tcp_nodelay == NGX_TCP_NODELAY_SET) { in ngx_linux_sendfile_chain()
103 tcp_nodelay = 0; in ngx_linux_sendfile_chain()
106 (const void *) &tcp_nodelay, sizeof(int)) == -1) in ngx_linux_sendfile_chain()
124 c->tcp_nodelay = NGX_TCP_NODELAY_UNSET; in ngx_linux_sendfile_chain()
131 if (c->tcp_nodelay == NGX_TCP_NODELAY_UNSET) { in ngx_linux_sendfile_chain()
/dports/www/nginx-lite/nginx-1.20.2/src/os/unix/
H A Dngx_linux_sendfile_chain.c49 int tcp_nodelay; in ngx_linux_sendfile_chain() local
101 if (c->tcp_nodelay == NGX_TCP_NODELAY_SET) { in ngx_linux_sendfile_chain()
103 tcp_nodelay = 0; in ngx_linux_sendfile_chain()
106 (const void *) &tcp_nodelay, sizeof(int)) == -1) in ngx_linux_sendfile_chain()
124 c->tcp_nodelay = NGX_TCP_NODELAY_UNSET; in ngx_linux_sendfile_chain()
131 if (c->tcp_nodelay == NGX_TCP_NODELAY_UNSET) { in ngx_linux_sendfile_chain()
/dports/www/nginx/nginx-1.20.2/src/os/unix/
H A Dngx_linux_sendfile_chain.c49 int tcp_nodelay; in ngx_linux_sendfile_chain() local
101 if (c->tcp_nodelay == NGX_TCP_NODELAY_SET) { in ngx_linux_sendfile_chain()
103 tcp_nodelay = 0; in ngx_linux_sendfile_chain()
106 (const void *) &tcp_nodelay, sizeof(int)) == -1) in ngx_linux_sendfile_chain()
124 c->tcp_nodelay = NGX_TCP_NODELAY_UNSET; in ngx_linux_sendfile_chain()
131 if (c->tcp_nodelay == NGX_TCP_NODELAY_UNSET) { in ngx_linux_sendfile_chain()
/dports/www/nginx-full/nginx-1.20.2/src/os/unix/
H A Dngx_linux_sendfile_chain.c49 int tcp_nodelay; in ngx_linux_sendfile_chain() local
101 if (c->tcp_nodelay == NGX_TCP_NODELAY_SET) { in ngx_linux_sendfile_chain()
103 tcp_nodelay = 0; in ngx_linux_sendfile_chain()
106 (const void *) &tcp_nodelay, sizeof(int)) == -1) in ngx_linux_sendfile_chain()
124 c->tcp_nodelay = NGX_TCP_NODELAY_UNSET; in ngx_linux_sendfile_chain()
131 if (c->tcp_nodelay == NGX_TCP_NODELAY_UNSET) { in ngx_linux_sendfile_chain()
/dports/net-im/fractal/fractal-4.4.0/vendor/hyper/src/server/
H A Dtcp.rs21 tcp_nodelay: bool, field
40 tcp_nodelay: false, in from_std()
67 self.tcp_nodelay = enabled; in set_nodelay()
105 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll_next_()
178 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/hyper-0.13.7/src/server/
H A Dtcp.rs21 tcp_nodelay: bool, field
40 tcp_nodelay: false, in from_std()
67 self.tcp_nodelay = enabled; in set_nodelay()
105 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll_next_()
178 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/hyper-0.13.7/src/server/
H A Dtcp.rs21 tcp_nodelay: bool, field
40 tcp_nodelay: false, in from_std()
67 self.tcp_nodelay = enabled; in set_nodelay()
105 if let Err(e) = socket.set_nodelay(self.tcp_nodelay) { in poll_next_()
178 .field("tcp_nodelay", &self.tcp_nodelay) in fmt()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.13.2/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()

12345678910>>...34