Merge pull request #385 from majestrate/staging

fix excessive pings
This commit is contained in:
Jeff 2019-03-07 18:33:40 -05:00 committed by GitHub
commit c0a418b2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,6 @@ namespace llarp
PruneInboundMessages(now); PruneInboundMessages(now);
m_TXRate = 0; m_TXRate = 0;
m_RXRate = 0; m_RXRate = 0;
SendKeepAlive();
} }
/// low level read /// low level read