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

Method ProcessPeerTest

libi2pd/SSU2Session.cpp:1681–1685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1679 }
1680
1681 bool SSU2Session::ProcessPeerTest (uint8_t * buf, size_t len)
1682 {
1683 LogPrint (eLogWarning, "SSU2: Unexpected peer test message for this session type");
1684 return false;
1685 }
1686
1687 uint32_t SSU2Session::SendData (const uint8_t * buf, size_t len, uint8_t flags)
1688 {

Callers 1

ProcessNextPacketMethod · 0.45

Calls 1

LogPrintFunction · 0.85

Tested by

no test coverage detected