Skip to content

Commit

Permalink
VERSION 1.1.4: Improved path detection, improved anti-recursion code,…
Browse files Browse the repository at this point in the history
… and Network Containers BETA

ZeroTier One version 1.1.4 has several improvements to path stability and
path learning logic. It also contains the BETA version of Network Containers!

See netcon/README.md and https://www.zerotier.com/product-netcon.shtml for more
information.

Improvements in 1.1.4:

 - Paths are now confirmed more aggressively on inactivity. This version can
   usually detect a dead direct path in under 10 seconds vs 1-2 minutes in
   previous versions.
 - Logic to prevent recursion has been overhauled. The old versions had code
   that explicitly checked packet contents (AntiRecursion.hpp). This is now
   gone in favor of a function that checks IP addresses of ZeroTier devices
   when paths are learned or probed. This is both more efficient and less
   prone to edge case failures. Testing in several complex environments has
   shown that this eliminates a few edge cases where inappropriate paths would
   be used.
  • Loading branch information
adamierymenko committed Jan 21, 2016
1 parent 3b10fd7 commit 9cc2733
Showing 0 changed files with 0 additions and 0 deletions.

2 comments on commit 9cc2733

@asbjornenge
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@lrvl
Copy link

@lrvl lrvl commented on 9cc2733 Feb 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.