Home
last modified time | relevance | path

Searched refs:NGX_TCP_NODELAY_UNSET (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_linux_sendfile_chain.c124 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()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h109 NGX_TCP_NODELAY_UNSET = 0, enumerator
H A Dngx_connection.c1498 if (c->tcp_nodelay != NGX_TCP_NODELAY_UNSET) {