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

Method SetSocketType

libi2pd_client/SAM.h:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 Socket_t& GetSocket () { return m_Socket; };
125 void ReceiveHandshake ();
126 void SetSocketType (SAMSocketType socketType) { m_SocketType = socketType; };
127 SAMSocketType GetSocketType () const { return m_SocketType; };
128
129 void Terminate (const char* reason);

Callers 1

HandleI2PForwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected