Joseph Henry
46a7a2be2e
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
8 years ago
Joseph Henry
6a2ba4baca
Introduced basic multipath support
8 years ago
Adam Ierymenko
51aadcf901
A few fixes dicatated by valgrind.
8 years ago
Adam Ierymenko
d3d58ba8a7
Add support for designated multicast replicators to Multicaster::send().
8 years ago
Adam Ierymenko
f03fd57997
Clean up some multicast code.
8 years ago
Adam Ierymenko
4419734a7d
Implement continuous contacting of designated anchors and multicast replicators - GitHub issue #666
8 years ago
Adam Ierymenko
65c07afe05
Copyright updates for 2018.
8 years ago
Adam Ierymenko
9c7ee5a21e
Tear out old "link quality" stuff since it is not currently used and will be done differently.
8 years ago
Adam Ierymenko
16613ab5fb
Clean up remote tracing code, add per-network remote trace settings, add remote trace level, and make local trace output readable again.
8 years ago
Adam Ierymenko
459f1e7bfb
Refactor path stability stuff and add basic multipath support.
9 years ago
Grant Limberg
b1d60df44c
timestamps changed from uint64_t to int64_t
...
There were cases in the code where time calculations and comparisons were overflowing and causing connection instability. This will keep time calculations within expected ranges.
9 years ago
Adam Ierymenko
f8014413a3
Add UDP MTU configurability.
9 years ago
Adam Ierymenko
dd8b03a5c5
Threading issue fix?
9 years ago
Adam Ierymenko
4d5983114c
Fix another deadlock.
9 years ago
Adam Ierymenko
0a9c3b5571
Fix possible deadlock.
9 years ago
Adam Ierymenko
180049a277
Fix pointer bug.
9 years ago
Adam Ierymenko
6ee201865b
Clean up WHOIS code.
9 years ago
Adam Ierymenko
9cfc109527
Tighten a few timings.
9 years ago
Adam Ierymenko
ff5e22031a
Small fix: should expire packets to prevent repeated WHOISes.
9 years ago
Adam Ierymenko
e3cf756785
Make rxQueue lock-free using an atomic counter ring buffer.
9 years ago
Adam Ierymenko
ab0806a036
Cleanup.
9 years ago
Adam Ierymenko
495c5ce81d
Bunch of remote tracing work.
9 years ago
Adam Ierymenko
dab0fb9e05
Remote trace: plumbing, replace old TRACE with calls to Trace object.
9 years ago
Adam Ierymenko
f18158a52d
.
9 years ago
Adam Ierymenko
2f20258807
.
9 years ago
Adam Ierymenko
02d18af57d
Remove Cluster.hpp
9 years ago
Adam Ierymenko
1b68d6dbdc
License header update.
9 years ago
Adam Ierymenko
91c9f4cb20
Fix TRACE and CLUSTER builds.
9 years ago
Adam Ierymenko
e4896b257f
Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call.
9 years ago
Adam Ierymenko
cdc0eaec3a
Fix attempt to WHOIS self.
9 years ago
Adam Ierymenko
e3b1fc2ac0
Tweak WHOIS path for federation.
9 years ago
Adam Ierymenko
1d39be61b2
ZeroTier now has link quality measurement. We are not using this yet but decided to put it in to prep for future QoS support and SD-WAN stuff.
9 years ago
Adam Ierymenko
2bf9145ae6
Outgoing side of packet counter for link quality reporting. Also some cleanup and a cluster mode build fix.
9 years ago
Adam Ierymenko
43182f8f57
Docs, code cleanup, and protect the extra new fields of HELLO with encryption as a precaution.
9 years ago
Adam Ierymenko
31db768e4d
A bit of code cleanup.
9 years ago
Adam Ierymenko
d9e4ba1280
Eliminate a little copypasta.
9 years ago
Adam Ierymenko
dcb1233b0d
Slight refactor to RENEDEZVOUS sending code for federation.
9 years ago
Adam Ierymenko
9284e4edfe
agree() must be called on our identity, the one with the secret
9 years ago
Adam Ierymenko
62a705af1c
Eliminate another check in cluster frontplane mode.
9 years ago
Adam Ierymenko
29ec7bf3a2
Add more specific check in source==self case instead of dumping it.
9 years ago
Adam Ierymenko
fc3f4fb988
Yeah that could never have worked (normal packets in cluster mode).
9 years ago
Adam Ierymenko
60ff280dcb
Another tweak to cluster I/O rules.
9 years ago
Adam Ierymenko
b378f5dcd7
Take 3
9 years ago
Adam Ierymenko
e778d45128
Still want to send WANT_PEER under two failure modes.
9 years ago
Adam Ierymenko
5e11cf6378
Can't armor() a packet until all flags are set.
9 years ago
Adam Ierymenko
5dbebc513a
Minor send path refactor to make packet I/O work on clusters if they are members of networks. Also fix a crash if compiled in cluster mode but no cluster is enabled.
9 years ago
Adam Ierymenko
0b3b994241
Relay policy can now be computed.
9 years ago
Adam Ierymenko
64774d0d4f
Replace piecemeal designation of upstreams with the concept of moons, which is simpler and easier to use and inherits all the cool live update stuff of worlds (now called planets) and global roots.
9 years ago
Adam Ierymenko
84732fcb12
Wire through external path lookup. Static paths should now work.
9 years ago
Adam Ierymenko
42ba70e79e
Replace long callback arg list with struct, and implement path whitelisting, path blacklisting, and local.conf support for roles.
9 years ago