Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-26 | Remove more legacy code -- just doing the supernode redist for old multicast ↵ | Adam Ierymenko | |
is now good enough given the small number of legacy nodes left. | |||
2014-11-26 | cleanup and docs | Adam Ierymenko | |
2014-11-26 | docs and cleanup | Adam Ierymenko | |
2014-11-25 | Add ZT_SUPPORT_LEGACY_MULTICAST ifdef to enable the legacy code to all be ↵ | Adam Ierymenko | |
toggled. | |||
2014-11-24 | Re-enable legacy multicast distribution -- still too many pre1.0.0 nodes online. | Adam Ierymenko | |
2014-11-24 | Multicast code cleanup. | Adam Ierymenko | |
2014-11-23 | A few more tweaks to MC algo... | Adam Ierymenko | |
2014-11-21 | Fix thinko in multicast changes... works now! | Adam Ierymenko | |
2014-11-21 | Send multicasts in random order. | Adam Ierymenko | |
This should not affect most users, but on large networks it should cause service announcements to work a lot better. This is the result of a prolonged discussion with a user about the visibility of game servers on a large network. The old multicast algorithm was de-facto randomized due to its distributed nature, while the new algorithm is more deterministic. This will restore some randomization beyond limit-overflow conditions. It won't affect small networks at all. | |||
2014-10-29 | More cleanup, and fix a bug in Multicaster::gather() | Adam Ierymenko | |
2014-10-29 | Moderate efficiency improvement on multicast gather result parsing, and go ↵ | Adam Ierymenko | |
ahead and keep track of total known peers. | |||
2014-10-28 | Fix a nasty bug introduced in packet fragmentation a while back during ↵ | Adam Ierymenko | |
refactoring, and a few other things related to multicast. | |||
2014-10-28 | Make multicast gather slightly more aggressive, and add total to list ↵ | Adam Ierymenko | |
command in testnet. | |||
2014-10-19 | Don't need to check peer version for every item in txQueue since there is ↵ | Adam Ierymenko | |
only one peer. | |||
2014-10-19 | Windows build fixes. | Adam Ierymenko | |
2014-10-14 | More fixes to legacy support, and to a potential issue on quit. | Adam Ierymenko | |
2014-10-11 | Fixes to legacy peer support. | Adam Ierymenko | |
2014-10-09 | Return self in GATHER requests if self is a member of multicast group, and ↵ | Adam Ierymenko | |
reinstate legacy support. | |||
2014-10-09 | New multicast bug fixes, TRACE improvements, and temporarily disable legacy ↵ | Adam Ierymenko | |
multicast for debugging purposes. | |||
2014-10-09 | Reorg multicast packet, and a whole bunch of refactoring around the pushing ↵ | Adam Ierymenko | |
of certificates of membership. | |||
2014-10-05 | Bump version to 1.0.0, add legacy support code to Multicaster to not send ↵ | Adam Ierymenko | |
new frame to known-to-be-old peers. | |||
2014-10-04 | Send a VERB_P5_MULTICAST_FRAME to the supernode for each multicast -- for ↵ | Adam Ierymenko | |
now. This will allow supernodes to echo these down to pre-1.0.0 peers. | |||
2014-10-04 | Pull logic to always send new multicasts to supernode since we need to do ↵ | Adam Ierymenko | |
that differently, re-add support for active bridges, and remove some gratuitous use of std::set where not needed. | |||
2014-10-03 | Add some rate limiting to implicit gathers, and always send multicasts to at ↵ | Adam Ierymenko | |
least one supernode so they can broadcast to old peers (temporary). | |||
2014-10-03 | Turns out that needed to be a list after all. Also clean up ↵ | Adam Ierymenko | |
Multicaster::gather(). | |||
2014-10-03 | Do not multicast to self. | Adam Ierymenko | |
2014-10-02 | Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME) | Adam Ierymenko | |
2014-10-02 | Make multicast gathering a bit smarter. | Adam Ierymenko | |
2014-10-01 | Some cleanup, Multicaster now sends multicasts as it gets additional members. | Adam Ierymenko | |
2014-09-30 | Multicaster needs to be global, not per-network, and a bunch of other stuff. | Adam Ierymenko | |
2014-09-30 | Everything in for new multicast except IncomingPacket parsing... | Adam Ierymenko | |
2014-09-26 | A few more revisions to new multicast verbs. | Adam Ierymenko | |
2014-09-25 | . | Adam Ierymenko | |
2014-09-25 | . | Adam Ierymenko | |
2014-09-25 | . | Adam Ierymenko | |
2014-09-24 | Rename MulticastTopology to Multicaster -- same name as old multicast ↵ | Adam Ierymenko | |
controller but different code. More descriptive though. | |||
2014-09-18 | Work on defining new direct broadcast multicast algorithm. | Adam Ierymenko | |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
2013-10-02 | Multicast propagation is now working from non-supernodes, and working quite ↵ | Adam Ierymenko | |
well. Time for some more simulation before 0.5.0! | |||
2013-09-27 | Whew, it builds! | Adam Ierymenko | |
2013-09-26 | Work in progress... | Adam Ierymenko | |
2013-09-25 | More work in progress in new multicast propagation... | Adam Ierymenko | |
2013-09-25 | Work in progress... | Adam Ierymenko | |