mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-27 00:04:37 +02:00
send multiple messages
This commit is contained in:
parent
30ecf1ef8c
commit
0b079f4723
3 changed files with 36 additions and 15 deletions
1
Tunnel.h
1
Tunnel.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue