MCPcopy 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
2920ssize_t
2921Http2ConnectionState::get_peer_rwnd() const
2922{
2923 return this->_peer_rwnd;
2924}
2925
2926Http2ErrorCode
2927Http2ConnectionState::increment_peer_rwnd(size_t amount)

Callers 4

restart_streamsMethod · 0.95
send_a_data_frameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected