1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

pick another lease for resend

This commit is contained in:
orignal 2014-08-14 21:38:46 -04:00
parent fcb45a778b
commit 049f022d3f

View File

@ -456,7 +456,10 @@ namespace stream
}
}
if (packets.size () > 0)
{
UpdateCurrentRemoteLease (); // pick another lease
SendPackets (packets);
}
ScheduleResend ();
}
}