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

Method ProcessDeliveryStatus

libi2pd/TunnelPool.cpp:500–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498 }
499
500 void TunnelPool::ProcessDeliveryStatus (std::shared_ptr<I2NPMessage> msg)
501 {
502 if (m_LocalDestination)
503 m_LocalDestination->ProcessDeliveryStatusMessage (msg);
504 else
505 LogPrint (eLogWarning, "Tunnels: Local destination doesn't exist, dropped");
506 }
507
508 void TunnelPool::ProcessTunnelTest (std::shared_ptr<I2NPMessage> msg)
509 {

Callers 1

HandleI2NPMessageFunction · 0.80

Calls 2

LogPrintFunction · 0.85

Tested by

no test coverage detected