From 123ff28863d9aa8afb573154ea59cf72532aaec5 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 21 May 2015 15:24:58 -0700 Subject: Build fix. --- tcp-proxy/tcp-proxy.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tcp-proxy') diff --git a/tcp-proxy/tcp-proxy.cpp b/tcp-proxy/tcp-proxy.cpp index e30981cc..9e3f5d07 100644 --- a/tcp-proxy/tcp-proxy.cpp +++ b/tcp-proxy/tcp-proxy.cpp @@ -45,9 +45,6 @@ #define ZT_TCP_PROXY_UDP_POOL_START_PORT 10000 #define ZT_TCP_PROXY_CONNECTION_TIMEOUT_SECONDS 300 -// Uncomment to print tracing output to stdout -#define ZT_TCP_PROXY_TRACE - using namespace ZeroTier; /* @@ -138,10 +135,6 @@ struct TcpProxyService if (rm != reverseMappings.end()) { Client &c = *(rm->second); -#ifdef ZT_TCP_PROXY_TRACE - printf("UDP [%u] %s >> %.16llx\n",len,reinterpret_cast(from)->toString().c_str(),(unsigned long long)&c); -#endif - unsigned long mlen = len; if (c.newVersion) mlen += 7; // new clients get IP info @@ -168,10 +161,6 @@ struct TcpProxyService for(unsigned long i=0;i> (unknown, discarded)\n",len,reinterpret_cast(from)->toString().c_str()); -#endif } } } @@ -191,10 +180,6 @@ struct TcpProxyService c.lastActivity = time((time_t *)0); c.newVersion = false; *uptrN = (void *)&c; - -#ifdef ZT_TCP_PROXY_TRACE - printf("TCP connect from %s -> %.16llx\n",reinterpret_cast(from)->toString().c_str(),(unsigned long long)&c); -#endif } void phyOnTcpClose(PhySocket *sock,void **uptr) -- cgit v1.2.3