summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-30 15:49:08 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-30 15:49:08 -0800
commit03ea06fa8447bbc0be7a42f136a78414d70922ac (patch)
tree05c8e33cc2f171a969e46a7af2db723c2cae86c4 /version.h
parent525ab3faa9e41a1bf45492016ba1b4af804a3a0f (diff)
downloadinfinitytier-03ea06fa8447bbc0be7a42f136a78414d70922ac.tar.gz
infinitytier-03ea06fa8447bbc0be7a42f136a78414d70922ac.zip
VERSION 0.6.11: Windows wrap-up work, NAT-t fixes
This version fixes a minor NAT traversal issue. In the past, NAT-t links had a timeout but otherwise were preserved. This version makes them more ephemeral and invalidates them on sleep/wake or changes in network configuration or environment. This is because many NAT setups are very fragile with regard to hole punches, so the past stickiness of links caused dead links to persist too long and break connectivity between peers. This is about 75% of what needs to be done to greatly improve robustness. The other 25% involves detecting failed links or failed relays. This version is also almost done for the Windows platform, moving us even closer to binary release.
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 5ed3080f..962e51f1 100644
--- a/version.h
+++ b/version.h
@@ -41,6 +41,6 @@
/**
* Revision
*/
-#define ZEROTIER_ONE_VERSION_REVISION 10
+#define ZEROTIER_ONE_VERSION_REVISION 11
#endif