Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_peer_rwnd
Method
get_peer_rwnd
src/proxy/http2/Http2ConnectionState.cc:2920–2924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2918
}
2919
2920
ssize_t
2921
Http2ConnectionState::get_peer_rwnd() const
2922
{
2923
return this->_peer_rwnd;
2924
}
2925
2926
Http2ErrorCode
2927
Http2ConnectionState::increment_peer_rwnd(size_t amount)
Callers
4
rcv_window_update_frame
Method · 0.95
restart_streams
Method · 0.95
send_a_data_frame
Method · 0.95
update_initial_peer_rwnd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected