| 1855 | } |
| 1856 | |
| 1857 | int |
| 1858 | UDPNetHandler::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 | |
| 1864 | int |
| 1865 | UDPNetHandler::waitForActivity(ink_hrtime timeout) |
nothing calls this directly
no test coverage detected