try closest floodfills sequentially

This commit is contained in:
orignal 2014-10-14 20:52:40 -04:00
parent 8a12b71010
commit 9b2e275c45
4 changed files with 61 additions and 82 deletions

View file

@ -44,7 +44,7 @@ namespace stream
m_Socket->close ();
if (m_Owner)
m_Owner->RemoveConnection (this);
delete this;
//delete this;
}
void I2PTunnelConnection::Receive ()