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

retrgiger expiration

This commit is contained in:
Jeff Becker 2016-08-21 15:47:00 -04:00
parent e529d3ecc9
commit 2a5af37075
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -538,6 +538,7 @@ namespace client
for ( auto & s : m_ServerForwards ) {
s.second->ExpireStale();
}
ScheduleCleanupUDP();
}
}
}