summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-28 13:58:18 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-28 13:58:18 -0700
commit1a0572d7e71e05cab0a84402604cd3ded9bf0bba (patch)
treeddbb16e67ff3ccc4b7570e0f4be8e461280bc59f /node
parent7957ab6b1df2c5221d702d205397365fcbe93d98 (diff)
downloadinfinitytier-1a0572d7e71e05cab0a84402604cd3ded9bf0bba.tar.gz
infinitytier-1a0572d7e71e05cab0a84402604cd3ded9bf0bba.zip
Remove UDP-breaking debug code.
Diffstat (limited to 'node')
-rw-r--r--node/UdpSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/UdpSocket.cpp b/node/UdpSocket.cpp
index 115298e9..b0453b1c 100644
--- a/node/UdpSocket.cpp
+++ b/node/UdpSocket.cpp
@@ -49,7 +49,7 @@
#endif
// Uncomment to intentionally break UDP in order to test TCP fallback
-#define ZT_BREAK_UDP
+//#define ZT_BREAK_UDP
namespace ZeroTier {