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

Method Flush

libi2pd/I2NPProtocol.cpp:592–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590 }
591
592 void I2NPMessagesHandler::Flush ()
593 {
594 if (!m_TunnelMsgs.empty ())
595 i2p::tunnel::tunnels.PostTunnelData (m_TunnelMsgs);
596 if (!m_TunnelGatewayMsgs.empty ())
597 i2p::tunnel::tunnels.PostTunnelData (m_TunnelGatewayMsgs);
598 }
599}

Callers 3

ProcessNextFrameMethod · 0.80
PostMessagesMethod · 0.80
FlushDataMethod · 0.80

Calls 1

PostTunnelDataMethod · 0.80

Tested by

no test coverage detected