Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ cancel_inactive_timeout
Method
cancel_inactive_timeout
include/iocore/net/NetTimeout.h:130–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
inline void
131
NetTimeout::cancel_inactive_timeout()
132
{
133
_inactive_timeout_in = 0;
134
_next_inactive_timeout_at = 0;
135
}
136
137
inline void
138
NetTimeout::reset_active_timeout()
Callers
4
move_netvc
Method · 0.80
_reset
Method · 0.80
cancel_inactivity_timeout
Method · 0.80
_clear_timers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected