From e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 6 Aug 2013 00:05:39 -0400 Subject: Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code. --- node/PacketDecoder.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/PacketDecoder.cpp') 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(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(ZT_PROTO_VERB_NETWORK_CONFIG_REQUEST_IDX_DICT_LEN); -- cgit v1.2.3