| 27 | Socket(const Socket &_ecv_from) = delete; |
| 28 | |
| 29 | NetworkInterface *_ecv_from GetInterface() const noexcept { return interface; } |
| 30 | |
| 31 | TcpPort GetLocalPort() const noexcept { return localPort; } |
| 32 | IPAddress GetRemoteIP() const noexcept { return remoteIPAddress; } |
no outgoing calls
no test coverage detected