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

Function new_SocksProxy

src/traffic_server/SocksProxy.cc:677–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677static void
678new_SocksProxy(NetVConnection *netVC)
679{
680 SocksProxy *proxy = socksProxyAllocator.alloc();
681 proxy->init(netVC);
682}
683
684struct SocksAccepter : public Continuation {
685 using SocksAccepterHandler = int (SocksAccepter::*)(int, void *);

Callers 1

mainEventMethod · 0.85

Calls 2

allocMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected