index
:
infinitytier.git
cla
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
/
Multicaster.hpp
Age
Commit message (
Collapse
)
Author
2013-07-20
docs
Adam Ierymenko
2013-07-15
Also exclude upstream when picking supernode for multicast propagation, to ↵
Adam Ierymenko
not bounce back and forth to the same supernode.
2013-07-13
Simpler variant on multicast propagation algorithm seems to perform better ↵
Adam Ierymenko
by being less deterministic. May also be faster.
2013-07-13
Compile fixes, integration of fast PRNG.
Adam Ierymenko
2013-07-13
Add a fast non-cryptographic PRNG.
Adam Ierymenko
2013-07-12
Minor improvement to multicast propagation algorithm.
Adam Ierymenko
2013-07-12
Bunch of little bug fixes in newly refactored code.
Adam Ierymenko
2013-07-12
Update bloom filter for MULTICAST_FRAME retransmit, and temporarily add ↵
Adam Ierymenko
abort() to catch gremlin
2013-07-12
Several bug fixes in newly refactored code.
Adam Ierymenko
2013-07-11
Factoring out packet decoder from Switch to put that object on a little bit ↵
Adam Ierymenko
of a diet. Work in progress, wont build yet.
2013-07-10
Adding signatures to multicast frames, work in progress, does not build yet
Adam Ierymenko
2013-07-10
Factored out multicast propagation algorithm from Switch and Topology, also ↵
Adam Ierymenko
cleaned up and clarified it a bit.