Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_connection.h144 int get_tcp_hint(TCPHint *hint) const;
Dshrpx_connection.cc930 int Connection::get_tcp_hint(TCPHint *hint) const { in get_tcp_hint() function in shrpx::Connection
Dshrpx_http2_upstream.cc1182 rv = conn->get_tcp_hint(&hint); in on_write()