MCPcopy 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
130inline void
131NetTimeout::cancel_inactive_timeout()
132{
133 _inactive_timeout_in = 0;
134 _next_inactive_timeout_at = 0;
135}
136
137inline void
138NetTimeout::reset_active_timeout()

Callers 4

move_netvcMethod · 0.80
_resetMethod · 0.80
_clear_timersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected