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

Function TSVConnActiveTimeoutSet

src/api/InkAPI.cc:5978–5985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5976}
5977
5978void
5979TSVConnActiveTimeoutSet(TSVConn connp, TSHRTime timeout)
5980{
5981 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5982
5983 NetVConnection *vc = reinterpret_cast<NetVConnection *>(connp);
5984 vc->set_active_timeout(timeout);
5985}
5986
5987void
5988TSVConnActiveTimeoutCancel(TSVConn connp)

Callers 2

timeoutMethod · 0.85
timeoutMethod · 0.85

Calls 2

set_active_timeoutMethod · 0.45

Tested by

no test coverage detected