mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
cleanup unclaimed out-of-sequence fragments
This commit is contained in:
parent
b83e7e6c5c
commit
46f927fc1b
5 changed files with 44 additions and 24 deletions
4
Tunnel.h
4
Tunnel.h
|
@ -165,6 +165,10 @@ namespace tunnel
|
|||
virtual size_t GetNumReceivedBytes () const { return m_Endpoint.GetNumReceivedBytes (); };
|
||||
void Print (std::stringstream& s) const;
|
||||
bool IsInbound() const { return true; }
|
||||
|
||||
// override TunnelBase
|
||||
void Cleanup () { m_Endpoint.Cleanup (); };
|
||||
|
||||
private:
|
||||
|
||||
TunnelEndpoint m_Endpoint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue