| 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 | } |
no test coverage detected