| 126 | int initialize() override; |
| 127 | |
| 128 | virtual void setInterface(io::NetworkInterface interface) { |
| 129 | local_network_interface_ = std::move(interface); |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Sets the non blocking flag on the file descriptor. |
no outgoing calls
no test coverage detected