Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc1110 uint32_t pollout_thres = 1; in Http2Upstream() local
1111 rv = setsockopt(conn->fd, IPPROTO_TCP, TCP_NOTSENT_LOWAT, &pollout_thres, in Http2Upstream()
1112 static_cast<socklen_t>(sizeof(pollout_thres))); in Http2Upstream()
1117 LOG(INFO) << "setsockopt(TCP_NOTSENT_LOWAT, " << pollout_thres in Http2Upstream()