Home
last modified time | relevance | path

Searched refs:NGX_TCP_NODELAY_DISABLED (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h111 NGX_TCP_NODELAY_DISABLED enumerator
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_connect.c182 c->tcp_nodelay = NGX_TCP_NODELAY_DISABLED;
H A Dngx_event_accept.c221 c->tcp_nodelay = NGX_TCP_NODELAY_DISABLED;
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3074 fc->tcp_nodelay = NGX_TCP_NODELAY_DISABLED; in ngx_http_v2_create_stream()