| 255 | i2p::data::RouterInfo::CompatibleTransports GetRemoteTransports () const { return m_RemoteTransports; }; |
| 256 | i2p::data::RouterInfo::CompatibleTransports GetRemotePeerTestTransports () const { return m_RemotePeerTestTransports; }; |
| 257 | int GetRemoteVersion () const { return m_RemoteVersion; }; |
| 258 | std::shared_ptr<const i2p::data::RouterInfo::Address> GetAddress () const { return m_Address; }; |
| 259 | void SetOnEstablished (OnEstablished e) { m_OnEstablished = e; }; |
| 260 | OnEstablished GetOnEstablished () const { return m_OnEstablished; }; |
no outgoing calls
no test coverage detected