diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-12 15:19:21 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-12 15:19:21 -0700 |
| commit | ea1da3321a8f95eb2f42b62d805841e2d8379e21 (patch) | |
| tree | cc2abedfc8548188429d3a494239e95e22fb9414 /node/Peer.cpp | |
| parent | 34b146f28bf09bf3c048f723c8fad144a0a37837 (diff) | |
| download | infinitytier-ea1da3321a8f95eb2f42b62d805841e2d8379e21.tar.gz infinitytier-ea1da3321a8f95eb2f42b62d805841e2d8379e21.zip | |
Rate gate requests for COM.
Diffstat (limited to 'node/Peer.cpp')
| -rw-r--r-- | node/Peer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp index 0e6ef333..f7a21ab1 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -50,6 +50,7 @@ Peer::Peer(const RuntimeEnvironment *renv,const Identity &myIdentity,const Ident _lastCredentialRequestSent(0), _lastWhoisRequestReceived(0), _lastEchoRequestReceived(0), + _lastComRequestReceived(0), RR(renv), _remoteClusterOptimal4(0), _vProto(0), |
