diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-03 17:12:34 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-03 17:12:34 -0700 |
| commit | fe85426df6dd1127df71d4faed44df0a8ef17af6 (patch) | |
| tree | c2ecfb241937c704a68a199b7c05ffd287790cc8 /node/UdpSocket.cpp | |
| parent | 158002d2d1603eea6336cb316b80e1c4b9ef7b10 (diff) | |
| download | infinitytier-fe85426df6dd1127df71d4faed44df0a8ef17af6.tar.gz infinitytier-fe85426df6dd1127df71d4faed44df0a8ef17af6.zip | |
A few more tweaks to TCP failover... seems to be switching back and forth pretty well now!
Diffstat (limited to 'node/UdpSocket.cpp')
| -rw-r--r-- | node/UdpSocket.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/UdpSocket.cpp b/node/UdpSocket.cpp index b0453b1c..60884a53 100644 --- a/node/UdpSocket.cpp +++ b/node/UdpSocket.cpp @@ -49,6 +49,7 @@ #endif // Uncomment to intentionally break UDP in order to test TCP fallback +// This is here so I can commit it to the repo and drive myself insane. //#define ZT_BREAK_UDP namespace ZeroTier { |
