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

Function TSVConnInactivityTimeoutSet

src/api/InkAPI.cc:5960–5967  ·  view source on GitHub ↗

Net VConnections */

Source from the content-addressed store, hash-verified

5958
5959/* Net VConnections */
5960void
5961TSVConnInactivityTimeoutSet(TSVConn connp, TSHRTime timeout)
5962{
5963 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5964
5965 NetVConnection *vc = reinterpret_cast<NetVConnection *>(connp);
5966 vc->set_inactivity_timeout(timeout);
5967}
5968
5969void
5970TSVConnInactivityTimeoutCancel(TSVConn connp)

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected