Searched refs:pollout_thres (Results 1 – 1 of 1) sorted by relevance
1110 uint32_t pollout_thres = 1; in Http2Upstream() local1111 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()