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

Method mainNetEvent

src/iocore/net/UnixUDPNet.cc:1857–1862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855}
1856
1857int
1858UDPNetHandler::mainNetEvent(int event, Event *e)
1859{
1860 ink_assert(trigger_event == e && event == EVENT_POLL);
1861 return this->waitForActivity(EThread::default_wait_interval_ms);
1862}
1863
1864int
1865UDPNetHandler::waitForActivity(ink_hrtime timeout)

Callers

nothing calls this directly

Calls 1

waitForActivityMethod · 0.95

Tested by

no test coverage detected