MCPcopy Create free account
hub / github.com/apache/trafficserver / set_peer_rwnd

Method set_peer_rwnd

include/proxy/http2/Http2Stream.h:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342inline void
343Http2Stream::set_peer_rwnd(Http2WindowSize new_size)
344{
345 this->_peer_rwnd = new_size;
346}
347
348inline void
349Http2Stream::set_local_rwnd(Http2WindowSize new_size)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected