Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_local_rwnd
Method
set_local_rwnd
include/proxy/http2/Http2Stream.h:348–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
inline void
349
Http2Stream::set_local_rwnd(Http2WindowSize new_size)
350
{
351
this->_local_rwnd = new_size;
352
}
353
354
inline bool
355
Http2Stream::trailing_header_is_possible() const
Callers
1
update_initial_local_rwnd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected