index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
/
Cluster.hpp
Age
Commit message (
Expand
)
Author
2016-01-12
boring doc stuff
Adam Ierymenko
2015-11-10
Query both root and network controller for multicast last resort GATHER.
Adam Ierymenko
2015-11-10
Some cluster parameter tweaks, and change the test code in tests/http to dram...
Adam Ierymenko
2015-11-10
Replace slow std::list<> with an O(log(N)) data structure for the cluster rel...
Adam Ierymenko
2015-11-09
Announce that we have peers on the cluster when we first see them to improve ...
Adam Ierymenko
2015-11-09
Mark geo-redirected paths as suboptimal and do not report that we have a peer...
Adam Ierymenko
2015-11-09
How did that ever work?
Adam Ierymenko
2015-11-09
.
Adam Ierymenko
2015-11-09
PROXY_SEND fix.
Adam Ierymenko
2015-11-09
Build fixes...
Adam Ierymenko
2015-11-08
Cluster simplification and refactor work in progress...
Adam Ierymenko
2015-11-06
Clustering cleanup, still a work in progress.
Adam Ierymenko
2015-11-06
Further pare down Cluster messaging and rename some stuff.
Adam Ierymenko
2015-11-06
Small amount of cleanup.
Adam Ierymenko
2015-11-05
Now make cluster announcements slightly more frequent.
Adam Ierymenko
2015-11-05
Make cluster HAVE_PEER a little lighter by removing full identity. Technicall...
Adam Ierymenko
2015-11-02
Tweak some more timings for better reliability.
Adam Ierymenko
2015-11-02
Tweak some timings for better reliability.
Adam Ierymenko
2015-10-29
Periodically re-announce peers that we have.
Adam Ierymenko
2015-10-29
Tweak some timings, and remove some dead code.
Adam Ierymenko
2015-10-27
Some cleanup, and use getPeerNoCache() exclusively in Cluster.
Adam Ierymenko
2015-10-27
Replicate peer endpoints and forget paths if we have them -- this allows two ...
Adam Ierymenko
2015-10-27
(1) No need to confirm if we are a root (small optimization), (2) Refactor pe...
Adam Ierymenko
2015-10-27
This no longer has to be quite so fast.
Adam Ierymenko
2015-10-27
Forget paths to peers if we are handing them off.
Adam Ierymenko
2015-10-27
Change how cluster relays packets -- just PROXY_UNITE and then send packet vi...
Adam Ierymenko
2015-10-27
Tweak some size limits.
Adam Ierymenko
2015-10-27
Cleanup, including simplification of root server picking algorithm since we n...
Adam Ierymenko
2015-10-27
Refactor cluster redirects to move code to push peers out of the actual Clust...
Adam Ierymenko
2015-10-26
Only send redirects to the sending InetAddress and only in response to a set ...
Adam Ierymenko
2015-10-26
Cluster status plumbing.
Adam Ierymenko
2015-10-23
(1) Fix bug in geo-ip service that prevented cache lookup, (2) fix problem in...
Adam Ierymenko
2015-10-22
More cluster wiring...
Adam Ierymenko
2015-10-20
Wire in redirectPeer(), now about ready to test clustering!
Adam Ierymenko
2015-10-20
Clustered handling of relaying.
Adam Ierymenko
2015-10-20
Wire up peer announcement in cluster.
Adam Ierymenko
2015-10-20
Cluster work -- integrating with the rest of the code.
Adam Ierymenko
2015-10-19
Make _members dynamically allocated due to static array limit on ARM.
Adam Ierymenko
2015-10-16
.
Adam Ierymenko
2015-10-14
Work in progress on Cluster for new root infrastructure, multi-homing.
Adam Ierymenko