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

Function TSVConnActiveTimeoutCancel

src/api/InkAPI.cc:5987–5994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5985}
5986
5987void
5988TSVConnActiveTimeoutCancel(TSVConn connp)
5989{
5990 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5991
5992 NetVConnection *vc = reinterpret_cast<NetVConnection *>(connp);
5993 vc->cancel_active_timeout();
5994}
5995
5996sockaddr const *
5997TSNetVConnLocalAddrGet(TSVConn connp)

Callers 2

timeoutMethod · 0.85
timeoutMethod · 0.85

Calls 2

cancel_active_timeoutMethod · 0.45

Tested by

no test coverage detected