MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetRemoteVersion

Method GetRemoteVersion

libi2pd/SSU2Session.h:257–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected