Searched refs:TCP_NODELAY (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp.h | 166 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
|
| H A D | tcp_usrreq.c | 2098 case TCP_NODELAY: in tcp_default_ctloutput() 2108 case TCP_NODELAY: in tcp_default_ctloutput() 2484 case TCP_NODELAY: in tcp_default_ctloutput()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp.h | 166 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_linux_sendfile_chain.c | 105 if (setsockopt(c->fd, IPPROTO_TCP, TCP_NODELAY, in ngx_linux_sendfile_chain()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 171 if (setsockopt(c->fd, IPPROTO_TCP, TCP_NODELAY, &yes, sizeof(yes)) == -1) { in redisSetTcpNoDelay()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.c | 905 if (setsockopt(ls[i].fd, IPPROTO_TCP, TCP_NODELAY, in ngx_configure_listening_sockets() 1506 if (setsockopt(c->fd, IPPROTO_TCP, TCP_NODELAY,
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet.c | 152 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)) == -1) in anetSetTcpNoDelay()
|
| /f-stack/lib/ |
| H A D | ff_syscall_wrapper.c | 429 return TCP_NODELAY; in tcp_opt_convert()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_net.cpp | 866 setsockopt(_fd, IPPROTO_TCP, TCP_NODELAY, &flags, sizeof(flags)); in CreateSock()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 516 TCP_NODELAY перед SSL handshake. 4535 setsockopt(TCP_NODELAY) на Solaris, теперь игнорируется. 8186 *) Исправление: опции TCP_NODELAY, TCP_NOPUSH и TCP_CORK, специфичные
|
| H A D | CHANGES | 506 *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY 4453 setsockopt(TCP_NODELAY) on Solaris, is ignored. 8048 *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPUSH, and TCP_CORK
|