mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
common HandleTunnelData for own and transit tunnels
This commit is contained in:
parent
e7f849184c
commit
89dead79c4
4 changed files with 16 additions and 11 deletions
1
Tunnel.h
1
Tunnel.h
|
@ -85,6 +85,7 @@ namespace tunnel
|
|||
size_t GetNumSentBytes () const { return m_Gateway.GetNumSentBytes (); };
|
||||
|
||||
// implements TunnelBase
|
||||
void HandleTunnelDataMsg (i2p::I2NPMessage * tunnelMsg);
|
||||
uint32_t GetTunnelID () const { return GetNextTunnelID (); };
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue