| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-26 | docs and cleanup | Adam Ierymenko | |
| 2014-11-25 | Enable legacy multicast in Constants. | 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 | Add a bunch of high-resolution try/catch safety in Node main loop to attempt ↵ | Adam Ierymenko | |
| to snare gremlin. | |||
| 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-11-20 | Tweak to symmetric NAT buster to add one to the number of ports above the ↵ | Adam Ierymenko | |
| current one it attempts. | |||
| 2014-11-20 | Change path selection logic to exclude non-fixed and non-active paths -- ↵ | Adam Ierymenko | |
| possible fix for "NAT traversal coma" issue. Also fix a typo. | |||
| 2014-11-13 | Optimization: we don't need to verify signatures on certs if they're certs ↵ | Adam Ierymenko | |
| we already have and have verified. | |||
| 2014-11-13 | Prevent "software laser" in legacy multicast support. Already hotpatched in ↵ | Adam Ierymenko | |
| supernodes. | |||
| 2014-11-04 | Make selftest build and run on FreeBSD 10 with gmake | Adam Ierymenko | |
| 2014-10-29 | Back off default multicast limit just a little. | Adam Ierymenko | |
| 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-29 | Code cleanup, and fix some unsafe pointer handling in Network. | Adam Ierymenko | |
| 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-28 | NULL dereference on still-initializing node bug fix in status query ↵ | Adam Ierymenko | |
| commands, and doc updates. | |||
| 2014-10-27 | Testnet seems to work a bit better now... | Adam Ierymenko | |
| 2014-10-27 | ... | Adam Ierymenko | |
| 2014-10-24 | More testnet work. | Adam Ierymenko | |
| 2014-10-23 | Testnet work... getting there! | Adam Ierymenko | |
| 2014-10-22 | Some work on simulated net... | Adam Ierymenko | |
| 2014-10-21 | Starting on simulated socket manager. | Adam Ierymenko | |
| 2014-10-21 | More work on abstracting socket manager. | Adam Ierymenko | |
| 2014-10-21 | About halfway there in refactoring to support pluggable SocketManager. | Adam Ierymenko | |
| 2014-10-21 | Move socket manager implementation into osnet/ | Adam Ierymenko | |
| 2014-10-21 | Simplify locking semantics some more to address a deadlock. | Adam Ierymenko | |
| 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 | Now for some clang compile fixes... | Adam Ierymenko | |
| 2014-10-19 | Windows build fixes. | Adam Ierymenko | |
| 2014-10-14 | Make several changes to eliminate potential deadlock or recursive lock ↵ | Adam Ierymenko | |
| conditions, and add back rescan of multicast groups on network startup. | |||
| 2014-10-14 | Get rid of rescanMulticastGroups() in Network thread since this can ↵ | Adam Ierymenko | |
| deadlock... the fact that this can happen is probably bad design. | |||
| 2014-10-14 | Fix sleeper bug that probably did nothing in setSupernodes(). | Adam Ierymenko | |
| 2014-10-14 | More fixes to legacy support, and to a potential issue on quit. | Adam Ierymenko | |
| 2014-10-13 | Permanently retire peers.persist, but make iddb.d always enabled instead ↵ | Adam Ierymenko | |
| since identities are what we really want to cache. | |||
| 2014-10-13 | Another build fix. | Adam Ierymenko | |
| 2014-10-13 | GitHub issue #111 | Adam Ierymenko | |
| 2014-10-13 | Yank potentially costly support for TTL out of UdpSocket since we dont use ↵ | Adam Ierymenko | |
| this anymore. | |||
| 2014-10-12 | Make crypto and compression build optimized in debug, and also try disabling ↵ | Adam Ierymenko | |
| peers.persist -- might ship this way as it seems more trouble than its worth. | |||
| 2014-10-11 | Delete bunch of commented out code. | Adam Ierymenko | |
| 2014-10-11 | Stop persisting last announcement time since Multicaster is volatile. Also ↵ | Adam Ierymenko | |
| some more legacy multicast fixes. | |||
| 2014-10-11 | Fixes to legacy peer support. | Adam Ierymenko | |
| 2014-10-10 | Add a sanity limit to legacy multicast repeater function in supernode-mode ↵ | Adam Ierymenko | |
| nodes, and change netconf-master to issue multicast limit (ml) instead of old p5 stuff. | |||
| 2014-10-10 | (1) Back off a little on default max multicast limit since 128 is pretty ↵ | Adam Ierymenko | |
| bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs. | |||
| 2014-10-10 | <= MTU | Adam Ierymenko | |
| 2014-10-09 | Return self in GATHER requests if self is a member of multicast group, and ↵ | Adam Ierymenko | |
| reinstate legacy support. | |||
