Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_conn.h170 uint8_t tcp_nodelay; /* 1 bit */ member
202 (c)->tcp_nodelay = (ret == NXT_OK); \
216 (c)->tcp_nodelay = (ret == NXT_OK); \
H A Dnxt_h1proto_websocket.c86 if (!c->tcp_nodelay) { in nxt_h1p_websocket_first_frame_start()
H A Dnxt_h1proto.c1801 if (!c->tcp_nodelay) { in nxt_h1p_keepalive()