Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h110 NGX_TCP_NODELAY_SET, enumerator
H A Dngx_connection.c1530 c->tcp_nodelay = NGX_TCP_NODELAY_SET;
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_linux_sendfile_chain.c101 if (c->tcp_nodelay == NGX_TCP_NODELAY_SET) { in ngx_linux_sendfile_chain()