Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
inline void
343
Http2Stream::set_peer_rwnd(Http2WindowSize new_size)
344
{
345
this->_peer_rwnd = new_size;
346
}
347
348
inline void
349
Http2Stream::set_local_rwnd(Http2WindowSize new_size)
Callers
1
update_initial_peer_rwnd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected