| 126 | } |
| 127 | |
| 128 | HostAddressWithPort TcpSocket::remoteAddress() const { |
| 129 | ReadLocker locker(m_mutex); |
| 130 | return m_remoteAddress; |
| 131 | } |
| 132 | |
| 133 | TcpSocket::TcpSocket(NetworkMode networkMode) : Socket(SocketType::Tcp, networkMode) {} |
| 134 |
no outgoing calls
no test coverage detected