mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
request LeaseSet from 3 floodfills
This commit is contained in:
parent
8d67c5ebcd
commit
38cb57a4c4
3 changed files with 19 additions and 12 deletions
|
@ -131,6 +131,7 @@ namespace tunnel
|
|||
|
||||
void InboundTunnel::HandleTunnelDataMsg (I2NPMessage * msg)
|
||||
{
|
||||
if (IsFailed ()) SetFailed (false); // incoming messages means a tunnel is alive
|
||||
msg->from = this;
|
||||
EncryptTunnelMsg (msg);
|
||||
m_Endpoint.HandleDecryptedTunnelDataMsg (msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue