Adam Ierymenko
05b2c0743f
Tighten up dead path detection. Should now auto-detect dead paths in less than 10 seconds at a very small cost in ECHO requests (or HELLOs for older peers). GitHib issue #272
2016-01-06 10:00:03 -08:00
Adam Ierymenko
4d94ae77b4
simplify if
2016-01-05 16:48:35 -08:00
Adam Ierymenko
d8143a5e18
Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev)
2016-01-05 16:41:54 -08:00
Adam Ierymenko
cba739fd6b
more dead code
2016-01-05 14:46:26 -08:00
Adam Ierymenko
fb5237d5b6
Outline dead path detection mechanism.
2016-01-05 14:42:56 -08:00
Adam Ierymenko
258f95b2cd
dead code removal
2016-01-05 14:19:16 -08:00
Janjaap Bos
b8059d5c87
typo
2015-12-23 22:54:36 +01:00
Adam Ierymenko
66894eb473
Merge branch 'dev' into edge
2015-12-21 16:56:13 -08:00
Adam Ierymenko
61becbb7e5
.
2015-12-21 16:56:11 -08:00
Adam Ierymenko
42e453872c
VERSION 1.1.2: bug fixes and NAT-PMP support
...
ZeroTier One version 1.1.2 is mostly a bug fix release, but also includes support
for NAT-PMP as a method of mapping external ports from behind supported routers.
Bugs fixed include:
- Refactored path selection code to eliminate a change that might have introduced
a reliability regression from earlier versions.
- Reworked UPnP code for improved reliability and also added NAT-PMP support.
- Fixed a crash on network preferred relays. (Not exploitable or security critical
since only network controllers can send that config option and there was no
buffer overflow or other exploitable issue.)
- Fix GUI problem on OSX where window could be larger than screen on some Macbooks.
- Fix a potential rate limit problem on PUSH_DIRECT_PATHS that could negatively
impact same-network connectivity.
- Update zerotier-cli to show preferred vs. active paths and hide inactive ones.
- Fix an issue on shutdown with thread delete order and thread synchronization.
2015-12-21 16:48:33 -08:00
Adam Ierymenko
2f42a7c010
Windows 1.1.2 build.
2015-12-21 16:36:56 -08:00
Adam Ierymenko
436c1fac1d
Selectively move over changes from "edge" to "dev" excluding netcon.
2015-12-21 16:15:39 -08:00
Adam Ierymenko
16bc9533ed
Fix a problem that made valgrind complain on shutdown (not otherwise an issue).
2015-12-21 15:23:14 -08:00
Adam Ierymenko
63a51e2890
Fix a small potential uninitialized variable issue.
2015-12-21 14:55:11 -08:00
Adam Ierymenko
23eaafc4eb
Remove stray file that is instead found in netcon.
2015-12-21 14:01:48 -08:00
Adam Ierymenko
536b7000bc
Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge
2015-12-21 13:15:09 -08:00
Adam Ierymenko
24cc0904fa
1.1.2 Windows build fixes, tweaks, etc.
2015-12-21 13:14:48 -08:00
Janjaap Bos
5a65463b92
typo
2015-12-21 22:11:39 +01:00
Janjaap Bos
c8056452b8
fix / workaround for ubuntu
...
Otherwise, if started with -d as daemon, the netcon service dies after
intercept listen registers.
2015-12-21 21:20:22 +01:00
Janjaap Bos
64e273e9c0
updated netcon readme
2015-12-21 19:49:22 +01:00
Joseph Henry
6f62d6bb34
Removed straggler debug prints
2015-12-21 07:36:44 -08:00
Joseph Henry
d430457f1e
Updated readme, removed test network keys
2015-12-21 07:26:45 -08:00
Joseph Henry
4267cc138e
Readme changes, turned off debug
2015-12-21 07:17:37 -08:00
Joseph Henry
de2ba8d0f7
Fixed typo
2015-12-21 05:36:27 -08:00
Joseph Henry
c488fa8461
Tightening of RPC code
2015-12-21 05:03:26 -08:00
Joseph Henry
608e059b18
single updated test file
2015-12-18 15:19:34 -08:00
Joseph Henry
81203b20b8
Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edge
2015-12-18 15:09:18 -08:00
Joseph Henry
91bc32fe51
Re-added keys for testing
2015-12-18 15:09:08 -08:00
Adam Ierymenko
d3dacf5c2a
Tiny bit of dead code cleanup.
2015-12-18 14:51:24 -08:00
Adam Ierymenko
13036a1085
.
2015-12-18 14:30:47 -08:00
Adam Ierymenko
942ab6fd95
.
2015-12-18 14:29:23 -08:00
Adam Ierymenko
fd9b2e931f
Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge
2015-12-18 14:26:37 -08:00
Adam Ierymenko
6de67e828d
Fix accept4() semantics.
2015-12-18 14:26:31 -08:00
Joseph Henry
2d9f1f7857
Added install script for debugging with strace
2015-12-18 13:13:47 -08:00
Joseph Henry
fde8af9483
getsockopt() tweak
2015-12-18 11:37:11 -08:00
Joseph Henry
c22c0a20f6
Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edge
2015-12-18 10:31:24 -08:00
Joseph Henry
9063209124
getsockname() fix
2015-12-18 10:31:11 -08:00
Adam Ierymenko
61dc13a6e1
Cache query in progress to reduce redundant GeoIP2 queries.
2015-12-18 09:38:34 -08:00
Joseph Henry
e3eea6fcbd
RPC Reliability improvements and partial getsockname() fix
2015-12-16 18:05:47 -08:00
Adam Ierymenko
7d001458cb
Update World to drop an old legacy root.
2015-12-17 11:52:05 -08:00
Adam Ierymenko
823c9979c0
Erase more debug junk.
2015-12-17 11:45:55 -08:00
Adam Ierymenko
9ebcbc94e4
Remove some stray debug stuff.
2015-12-17 11:44:48 -08:00
Adam Ierymenko
aa39b0dc24
Show paths as active or preferred in listpeers.
2015-12-17 11:03:39 -08:00
Adam Ierymenko
2160164e8c
(1) Get rid of path sorting and just scan them, since sorting may have been a premature optimization that introduced a regression and path instability in a few edge cases, and (2) do not attempt to contact remote paths received via PUSH_DIRECT_PATH if we already have that path and it is already active (dumb, should have done this originally)
2015-12-17 10:53:07 -08:00
Adam Ierymenko
3137f43da9
Fix for getsockname() crash and other address size issues.
2015-12-16 10:30:02 -08:00
Adam Ierymenko
efc2a74df1
Some final README revs.
2015-12-16 10:07:04 -08:00
Joseph Henry
9638889614
Removed docker-test keys/config for netcon network
2015-12-16 08:33:39 -08:00
Joseph Henry
0df639f8f5
readme update
2015-12-15 16:20:31 -08:00
Joseph Henry
011ce35ede
Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edge
2015-12-15 15:57:02 -08:00
Joseph Henry
a9802eff02
readme update
2015-12-15 15:56:47 -08:00