mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
pick another lease for resend
This commit is contained in:
parent
fcb45a778b
commit
049f022d3f
|
@ -456,7 +456,10 @@ namespace stream
|
|||
}
|
||||
}
|
||||
if (packets.size () > 0)
|
||||
{
|
||||
UpdateCurrentRemoteLease (); // pick another lease
|
||||
SendPackets (packets);
|
||||
}
|
||||
ScheduleResend ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue