diff options
-rw-r--r-- | node/UdpSocket.cpp | 2 |
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 { |