소스 검색

Remove UDP-breaking debug code.

Adam Ierymenko 11 년 전
부모
커밋
1a0572d7e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      node/UdpSocket.cpp

+ 1 - 1
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 {