summaryrefslogtreecommitdiff
path: root/node/Multicaster.cpp
AgeCommit message (Expand)Author
2019-03-14Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of...Adam Ierymenko
2019-01-14Updated licenses for 2019Joseph Henry
2018-12-06More speed stuff.Adam Ierymenko
2018-05-01Introduced basic multipath supportJoseph Henry
2018-01-26Tie up the rest of hub and spoke designated replicator multicast mode.Adam Ierymenko
2018-01-26Do not send to origin in second buffered multicast path.Adam Ierymenko
2018-01-26Add support for designated multicast replicators to Multicaster::send().Adam Ierymenko
2018-01-26Clean up some multicast code.Adam Ierymenko
2018-01-08Copyright updates for 2018.Adam Ierymenko
2017-10-02timestamps changed from uint64_t to int64_tGrant Limberg
2017-09-01Add UDP MTU configurability.Adam Ierymenko
2017-07-07Remote trace: plumbing, replace old TRACE with calls to Trace object.Adam Ierymenko
2017-04-27License header update.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and the...Adam Ierymenko
2016-11-17Rename getBestRoot() etc.Adam Ierymenko
2016-11-03add new files & remove old ones from VS project. Now builds & runs on Window...Grant Limberg
2016-09-27Cleanup, and implement compression disable flag for networks.Adam Ierymenko
2016-09-09(1) Public networks now get COMs even though they do not gate with them since...Adam Ierymenko
2016-09-09More refactoring to clean up code, and add a gate function to make sure we do...Adam Ierymenko
2016-08-23Tidy up a few minor protocol things, improve documentation in Packet.hpp.Adam Ierymenko
2016-08-09More cleanup and removal of cruft due to obsolete network-specific relays (wi...Adam Ierymenko
2016-08-08It builds... almost ready to test some rules engine stuff.Adam Ierymenko
2016-06-28Fix getPeer(self) bug if I am the controller.Adam Ierymenko
2016-05-06Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes ...Adam Ierymenko
2016-04-12NetworkConfig refactor almost done.Adam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2015-11-10Query both root and network controller for multicast last resort GATHER.Adam Ierymenko
2015-11-09Ready to test.Adam Ierymenko
2015-11-02Tweak some timings for better reliability.Adam Ierymenko
2015-10-27Factor out RemotePath subclass of Path -- no longer needed, just cruft.Adam Ierymenko
2015-10-27Don't include COM if not necessary (fix).Adam Ierymenko
2015-10-01.Adam Ierymenko
2015-10-01Need to hold nconf so *com does not die while being used.Adam Ierymenko
2015-10-01Send COM with MULTICAST_GATHER for future use.Adam Ierymenko
2015-08-27Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map...Adam Ierymenko
2015-07-28Remove some left over debug code, and fix attempt to send to self if we are a...Adam Ierymenko
2015-07-07Implement ERROR_UNWATNED_MULTICASTAdam Ierymenko
2015-07-07Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG ...Adam Ierymenko
2015-06-26Put multicast txQueue back to list.Adam Ierymenko
2015-06-23replace vector::erase, was missed in a previous commit (ref #186)Moritz Warning
2015-06-19Root server terminology cleanup, and tighten up a security check by checking ...Adam Ierymenko
2015-06-18Merge pull request #186 from mwarning/txQueue_vectorAdam Ierymenko
2015-06-19replace txQueue list by vector for faster memory access and less allocationsMoritz Warning
2015-05-06Renamed supernode to rootserverKees Bos
2015-04-08Remove Logger.hpp references.Adam Ierymenko
2015-04-06Check for subscribed multicast groups should be able to check groups bridged ...Adam Ierymenko
2015-04-06More build fixes, and attic/ some stuff.Adam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2014-12-02Windows Visual Studio meaningless-warning-ectomy.Adam Ierymenko