MCPcopy Create free account
hub / github.com/apache/trafficserver / update_inactivity

Method update_inactivity

include/iocore/net/NetTimeout.h:206–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206inline void
207NetTimeout::update_inactivity()
208{
209 if (_inactive_timeout_in == 0) {
210 return;
211 }
212
213 _next_inactive_timeout_at = ink_get_hrtime() + _inactive_timeout_in;
214}
215
216//
217// ActivityCop

Callers 5

main_event_handlerMethod · 0.80
update_read_requestMethod · 0.80
signal_read_eventMethod · 0.80
signal_write_eventMethod · 0.80
send_bodyMethod · 0.80

Calls 1

ink_get_hrtimeFunction · 0.85

Tested by

no test coverage detected