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

Method SetVersion

libi2pd/SSU2.cpp:1564–1569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1562 }
1563
1564 void SSU2Server::SetVersion (int version)
1565 {
1566#if OPENSSL_PQ
1567 m_Version = version;
1568#endif
1569 }
1570
1571 void SSU2Server::SendThroughProxy (const uint8_t * header, size_t headerLen, const uint8_t * headerX, size_t headerXLen,
1572 const uint8_t * payload, size_t payloadLen, const boost::asio::ip::udp::endpoint& to)

Callers 5

ProcessNextPacketMethod · 0.45
StartMethod · 0.45
HandleDatagram2Method · 0.45
HandleDatagram3Method · 0.45
ObtainSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected