mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
drop messages to other router coming down an inbound tunnel
This commit is contained in:
parent
b02c777390
commit
4de9ed80af
4 changed files with 29 additions and 4 deletions
2
Tunnel.h
2
Tunnel.h
|
@ -81,7 +81,7 @@ namespace tunnel
|
|||
{
|
||||
public:
|
||||
|
||||
InboundTunnel (TunnelConfig * config): Tunnel (config) {};
|
||||
InboundTunnel (TunnelConfig * config): Tunnel (config), m_Endpoint (true) {};
|
||||
void HandleTunnelDataMsg (I2NPMessage * msg);
|
||||
size_t GetNumReceivedBytes () const { return m_Endpoint.GetNumReceivedBytes (); };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue