drop messages to other router coming down an inbound tunnel

This commit is contained in:
orignal 2014-07-10 12:44:49 -04:00
parent b02c777390
commit 4de9ed80af
4 changed files with 29 additions and 4 deletions

View file

@ -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 (); };