mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-25 01:35:31 +00:00
fix typo
This commit is contained in:
+1
-1
@@ -343,7 +343,7 @@ namespace datagram
|
||||
{
|
||||
if(routingPath->remoteLease)
|
||||
{
|
||||
if(routingPath->remoteLease->ExpiresSoon())
|
||||
if(routingPath->remoteLease->ExpiresWithin(DATAGRAM_SESSION_LEASE_HANDOVER_WINDOW, DATAGRAM_SESSION_LEASE_HANDOVER_FUDGE))
|
||||
lease = GetNextLease();
|
||||
else
|
||||
lease = routingPath->remoteLease;
|
||||
|
||||
Reference in New Issue
Block a user