summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-06 00:05:39 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-06 00:05:39 -0400
commite73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e (patch)
tree659c59132d6a91093fe4b64ce7105f3f44414db5 /node/PacketDecoder.cpp
parentc9c63074bbd7025c624ab4987c3a32fd2e925b6a (diff)
downloadinfinitytier-e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e.tar.gz
infinitytier-e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e.zip
Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code.
Diffstat (limited to 'node/PacketDecoder.cpp')
-rw-r--r--node/PacketDecoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp
index 0262c2a8..062cdbc2 100644
--- a/node/PacketDecoder.cpp
+++ b/node/PacketDecoder.cpp
@@ -610,6 +610,7 @@ bool PacketDecoder::_doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *_r,const
char tmp[128];
try {
uint64_t nwid = at<uint64_t>(ZT_PROTO_VERB_NETWORK_CONFIG_REQUEST_IDX_NETWORK_ID);
+ TRACE("NETWORK_CONFIG_REQUEST for %.16llx from %s",(unsigned long long)nwid,source().toString().c_str());
#ifndef __WINDOWS__
if (_r->netconfService) {
unsigned int dictLen = at<uint16_t>(ZT_PROTO_VERB_NETWORK_CONFIG_REQUEST_IDX_DICT_LEN);