diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-29 17:08:03 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-29 17:08:03 -0800 |
commit | 17796aaed464c1ea4ca0911f174fb71e41672b59 (patch) | |
tree | 40ac100bd54e0b1ad80cb6086ba3693825c34db6 /node/PacketDecoder.cpp | |
parent | 2355fa973e2528f093f8e358a97e2d05fe5e81ee (diff) | |
download | infinitytier-17796aaed464c1ea4ca0911f174fb71e41672b59.tar.gz infinitytier-17796aaed464c1ea4ca0911f174fb71e41672b59.zip |
TRACE NOP receipt.
Diffstat (limited to 'node/PacketDecoder.cpp')
-rw-r--r-- | node/PacketDecoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index 59a33923..5c333e8f 100644 --- a/node/PacketDecoder.cpp +++ b/node/PacketDecoder.cpp @@ -80,6 +80,7 @@ bool PacketDecoder::tryDecode(const RuntimeEnvironment *_r) switch(verb()) { case Packet::VERB_NOP: + TRACE("NOP from %s(%s)",source().toString().c_str(),_remoteAddress.toString().c_str()); peer->onReceive(_r,_localPort,_remoteAddress,hops(),packetId(),Packet::VERB_NOP,0,Packet::VERB_NOP,Utils::now()); return true; case Packet::VERB_HELLO: |