summaryrefslogtreecommitdiff
path: root/node/IncomingPacket.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2019-03-14 16:40:22 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2019-03-14 16:40:22 -0700
commit087c75d5eebea46be5a877dbd22c2362ad0a9051 (patch)
tree008de7a41f04929756121d2903dda350bd324389 /node/IncomingPacket.cpp
parente03102dbcb4d28cfa54740a8d9824d3c6324d97b (diff)
downloadinfinitytier-087c75d5eebea46be5a877dbd22c2362ad0a9051.tar.gz
infinitytier-087c75d5eebea46be5a877dbd22c2362ad0a9051.zip
More cleanup.
Diffstat (limited to 'node/IncomingPacket.cpp')
-rw-r--r--node/IncomingPacket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp
index 5605d2b9..2ee56af8 100644
--- a/node/IncomingPacket.cpp
+++ b/node/IncomingPacket.cpp
@@ -220,6 +220,7 @@ bool IncomingPacket::_doACK(const RuntimeEnvironment *RR,void *tPtr,const Shared
return true;
}
+
bool IncomingPacket::_doQOS_MEASUREMENT(const RuntimeEnvironment *RR,void *tPtr,const SharedPtr<Peer> &peer)
{
if (!peer->rateGateQoS(RR->node->now()))