| 326 | // this may not be an address we can connect to! |
| 327 | NetworkAddress getPeerAddress() const override { return peerEndpoint; } |
| 328 | UID getDebugID() const override { return dbgid; } |
| 329 | |
| 330 | boost::asio::ip::tcp::socket& getSocket() override { throw operation_failed(); } |
| 331 |
no outgoing calls
no test coverage detected