mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
try closest floodfills sequentially
This commit is contained in:
parent
8a12b71010
commit
9b2e275c45
4 changed files with 61 additions and 82 deletions
|
@ -44,7 +44,7 @@ namespace stream
|
|||
m_Socket->close ();
|
||||
if (m_Owner)
|
||||
m_Owner->RemoveConnection (this);
|
||||
delete this;
|
||||
//delete this;
|
||||
}
|
||||
|
||||
void I2PTunnelConnection::Receive ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue