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

Method init

src/iocore/net/QUICNetProcessor.cc:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void
68QUICNetProcessor::init()
69{
70 // first we allocate a QUICPollCont.
71 this->quicPollCont_offset = eventProcessor.allocate(sizeof(QUICPollCont));
72
73 // schedule event
74 eventProcessor.schedule_spawn(&initialize_thread_for_quic_net, ET_NET);
75}
76
77int
78QUICNetProcessor::start(int, size_t /* stacksize ATS_UNUSED */)

Callers 1

connect_reMethod · 0.45

Calls 2

allocateMethod · 0.45
schedule_spawnMethod · 0.45

Tested by

no test coverage detected