| 1835 | } |
| 1836 | |
| 1837 | bool |
| 1838 | UDPNetHandler::is_gro_enabled() const |
| 1839 | { |
| 1840 | #ifndef SOL_UDP |
| 1841 | return false; |
| 1842 | #else |
| 1843 | return this->_cfg.enable_gro; |
| 1844 | #endif |
| 1845 | } |
| 1846 | |
| 1847 | int |
| 1848 | UDPNetHandler::startNetEvent(int event, Event *e) |
no outgoing calls
no test coverage detected