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

Method netActivity

src/iocore/net/UnixNetVConnection.cc:982–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980}
981
982void
983UnixNetVConnection::netActivity()
984{
985 Dbg(dbg_ctl_socket, "net_activity updating inactivity %" PRId64 ", NetVC=%p", this->inactivity_timeout_in, this);
986 if (this->inactivity_timeout_in) {
987 this->next_inactivity_timeout_at = ink_get_hrtime() + this->inactivity_timeout_in;
988 } else {
989 this->next_inactivity_timeout_at = 0;
990 }
991}
992
993int
994UnixNetVConnection::startEvent(int /* event ATS_UNUSED */, Event *e)

Callers 5

net_read_ioMethod · 0.95
net_write_ioMethod · 0.95
_ssl_read_from_netMethod · 0.80
_handle_write_readyMethod · 0.80

Calls 1

ink_get_hrtimeFunction · 0.85

Tested by

no test coverage detected