Home
last modified time | relevance | path

Searched refs:TCP_NODELAY (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp.h166 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
H A Dtcp_usrreq.c2098 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 Dtcp.h166 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_linux_sendfile_chain.c105 if (setsockopt(c->fd, IPPROTO_TCP, TCP_NODELAY, in ngx_linux_sendfile_chain()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dnet.c171 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 Dngx_connection.c905 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 Danet.c152 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)) == -1) in anetSetTcpNoDelay()
/f-stack/lib/
H A Dff_syscall_wrapper.c429 return TCP_NODELAY; in tcp_opt_convert()
/f-stack/app/micro_thread/
H A Dmt_net.cpp866 setsockopt(_fd, IPPROTO_TCP, TCP_NODELAY, &flags, sizeof(flags)); in CreateSock()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru516 TCP_NODELAY перед SSL handshake.
4535 setsockopt(TCP_NODELAY) на Solaris, теперь игнорируется.
8186 *) Исправление: опции TCP_NODELAY, TCP_NOPUSH и TCP_CORK, специфичные
H A DCHANGES506 *) 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