Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_received_frame_count
Method
get_received_frame_count
src/proxy/ProxySession.cc:226–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
uint64_t
227
ProxySession::get_received_frame_count(uint64_t /* type ATS_UNUSED */) const
228
{
229
return 0;
230
}
231
232
void
233
ProxySession::set_active_timeout(ink_hrtime timeout_in)
Callers
1
TSHttpSsnInfoIntGet
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected