send multiple messages

This commit is contained in:
orignal 2014-01-20 19:12:59 -05:00
parent 30ecf1ef8c
commit 0b079f4723
3 changed files with 36 additions and 15 deletions

View file

@ -68,7 +68,6 @@ namespace tunnel
void SendTunnelDataMsg (const uint8_t * gwHash, uint32_t gwTunnel, i2p::I2NPMessage * msg);
void SendTunnelDataMsg (std::vector<TunnelMessageBlock> msgs); // multiple messages
TunnelGateway& GetTunnelGateway () { return m_Gateway; };
size_t GetNumSentBytes () const { return m_Gateway.GetNumSentBytes (); };
// implements TunnelBase