Home
last modified time | relevance | path

Searched refs:tcp_nodelay (Results 101 – 125 of 850) sorted by relevance

12345678910>>...34

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Connection/
H A DPhpiredisStreamConnection.php137 if (isset($parameters->tcp_nodelay) && function_exists('socket_import_stream')) {
139 socket_set_option($socket, SOL_TCP, TCP_NODELAY, (int) $parameters->tcp_nodelay);
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Connection/
H A DPhpiredisStreamConnection.php137 if (isset($parameters->tcp_nodelay) && function_exists('socket_import_stream')) {
139 socket_set_option($socket, SOL_TCP, TCP_NODELAY, (int) $parameters->tcp_nodelay);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Connection/
H A DPhpiredisStreamConnection.php125 if (isset($parameters->tcp_nodelay) && function_exists('socket_import_stream')) {
127 socket_set_option($socket, SOL_TCP, TCP_NODELAY, (int) $parameters->tcp_nodelay);
H A DStreamConnection.php108 if (isset($parameters->tcp_nodelay) && function_exists('socket_import_stream')) {
110 socket_set_option($socket, SOL_TCP, TCP_NODELAY, (int) $parameters->tcp_nodelay);
/dports/databases/xapian-core/xapian-core-1.4.18/net/
H A Dtcpclient.cc57 double timeout_connect, bool tcp_nodelay) in open_socket() argument
98 if (tcp_nodelay) { in open_socket()
H A Dtcpclient.h33 double timeout_connect, bool tcp_nodelay);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Connection/
H A DPhpiredisStreamConnection.php125 if (isset($parameters->tcp_nodelay) && function_exists('socket_import_stream')) {
127 socket_set_option($socket, SOL_TCP, TCP_NODELAY, (int) $parameters->tcp_nodelay);
H A DStreamConnection.php108 if (isset($parameters->tcp_nodelay) && function_exists('socket_import_stream')) {
110 socket_set_option($socket, SOL_TCP, TCP_NODELAY, (int) $parameters->tcp_nodelay);
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached/
H A Dis.h58 #define memcached_is_tcp_nodelay(__object) ((__object)->flags.tcp_nodelay)
79 #define memcached_set_tcp_nodelay(__object, __flag) ((__object).flags.tcp_nodelay= __flag)
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached/
H A Dis.h58 #define memcached_is_tcp_nodelay(__object) ((__object)->flags.tcp_nodelay)
79 #define memcached_set_tcp_nodelay(__object, __flag) ((__object).flags.tcp_nodelay= __flag)
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dtcpclient.h33 double timeout_connect, bool tcp_nodelay);
/dports/comms/owfs/owfs-3.2p4/module/owftpd/src/c/
H A Dftp_listener.c189 int tcp_nodelay; in connection_acceptor() local
228 tcp_nodelay = 1; in connection_acceptor()
229 …if (setsockopt(file_descriptor, IPPROTO_TCP, TCP_NODELAY, (void *) &tcp_nodelay, sizeof(int)) != 0… in connection_acceptor()
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_conn.h169 uint8_t tcp_nodelay; /* 1 bit */ member
201 (c)->tcp_nodelay = (ret == NXT_OK); \
215 (c)->tcp_nodelay = (ret == NXT_OK); \
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_conn.h169 uint8_t tcp_nodelay; /* 1 bit */ member
201 (c)->tcp_nodelay = (ret == NXT_OK); \
215 (c)->tcp_nodelay = (ret == NXT_OK); \
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_conn.h169 uint8_t tcp_nodelay; /* 1 bit */ member
201 (c)->tcp_nodelay = (ret == NXT_OK); \
215 (c)->tcp_nodelay = (ret == NXT_OK); \
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_conn.h169 uint8_t tcp_nodelay; /* 1 bit */ member
201 (c)->tcp_nodelay = (ret == NXT_OK); \
215 (c)->tcp_nodelay = (ret == NXT_OK); \
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_conn.h169 uint8_t tcp_nodelay; /* 1 bit */ member
201 (c)->tcp_nodelay = (ret == NXT_OK); \
215 (c)->tcp_nodelay = (ret == NXT_OK); \
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_conn.h169 uint8_t tcp_nodelay; /* 1 bit */ member
201 (c)->tcp_nodelay = (ret == NXT_OK); \
215 (c)->tcp_nodelay = (ret == NXT_OK); \
/dports/audio/visp-go/visp-2585747/www/config/
H A Dnginx.conf10 tcp_nodelay on;
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_socket.h186 uchar tcp_nodelay : 1; member
298 tcp_nodelay = nodelay;
399 if (tcp_nodelay && set_tcp_nodelay(0) != 0) { in cork()
416 if (enable_tcp_nodelay && tcp_nodelay == 0 && set_tcp_nodelay(1) != 0) { in uncork()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/stream/
H A Dngx_stream_core_module.c91 offsetof(ngx_stream_core_srv_conf_t, tcp_nodelay),
328 && cscf->tcp_nodelay in ngx_stream_core_content_phase()
418 cscf->tcp_nodelay = NGX_CONF_UNSET; in ngx_stream_core_create_srv_conf()
471 ngx_conf_merge_value(conf->tcp_nodelay, prev->tcp_nodelay, 1); in ngx_stream_core_merge_srv_conf()
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/blocks/
H A DTCPConnectionMap.java37 private boolean tcp_nodelay=false; field in TCPConnectionMap
221 client_sock.setTcpNoDelay(tcp_nodelay); in setSocketParameters()
308 public void setTcpNodelay(boolean tcp_nodelay) { in setTcpNodelay() argument
309 this.tcp_nodelay = tcp_nodelay; in setTcpNodelay()
H A DBasicConnectionTable.java51 boolean tcp_nodelay=false; field in BasicConnectionTable
134 return tcp_nodelay; in getTcpNodelay()
137 public void setTcpNodelay(boolean tcp_nodelay) { in setTcpNodelay() argument
138 this.tcp_nodelay=tcp_nodelay; in setTcpNodelay()
/dports/www/nginx-naxsi/nginx-1.20.2/src/stream/
H A Dngx_stream_core_module.c91 offsetof(ngx_stream_core_srv_conf_t, tcp_nodelay),
328 && cscf->tcp_nodelay in ngx_stream_core_content_phase()
418 cscf->tcp_nodelay = NGX_CONF_UNSET; in ngx_stream_core_create_srv_conf()
471 ngx_conf_merge_value(conf->tcp_nodelay, prev->tcp_nodelay, 1); in ngx_stream_core_merge_srv_conf()
/dports/www/nginx-full/nginx-1.20.2/src/stream/
H A Dngx_stream_core_module.c91 offsetof(ngx_stream_core_srv_conf_t, tcp_nodelay),
328 && cscf->tcp_nodelay in ngx_stream_core_content_phase()
418 cscf->tcp_nodelay = NGX_CONF_UNSET; in ngx_stream_core_create_srv_conf()
471 ngx_conf_merge_value(conf->tcp_nodelay, prev->tcp_nodelay, 1); in ngx_stream_core_merge_srv_conf()

12345678910>>...34