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

Method set_default_inactivity_timeout

src/iocore/net/UnixNetVConnection.cc:1339–1344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1337}
1338
1339TS_INLINE void
1340UnixNetVConnection::set_default_inactivity_timeout(ink_hrtime timeout_in)
1341{
1342 Dbg(dbg_ctl_socket, "Set default inactive timeout=%" PRId64 ", for NetVC=%p", timeout_in, this);
1343 default_inactivity_timeout_in = timeout_in;
1344}
1345
1346TS_INLINE bool
1347UnixNetVConnection::is_default_inactivity_timeout()

Callers 2

acceptEventMethod · 0.45
check_inactivityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected