Commit History

Author SHA1 Message Date
  Adam Ierymenko 496109fdcc Announce multicast group changes on network rescanMulticastGroups() 11 years ago
  Adam Ierymenko 2659427864 Multicaster needs to be global, not per-network, and a bunch of other stuff. 11 years ago
  Adam Ierymenko 050a0ce85d . 11 years ago
  Adam Ierymenko 81b12b6826 Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 11 years ago
  Adam Ierymenko 1d37204a37 Refactoring in progress... pardon our dust... 11 years ago
  Adam Ierymenko 4e9280fc7a Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 11 years ago
  Adam Ierymenko c2187c8759 (1) distribute default root-topology in new dictionary format, (2) bump peer serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates 11 years ago
  Adam Ierymenko 8a804b5257 (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 11 years ago
  Adam Ierymenko 88bdb81791 Keep track of basic aliveness for peers regardless if direct or indirect connectivity and use this for multicast propagation. Also consolidate adding of active bridges via the same functor as regular multicast next hops. 11 years ago
  Adam Ierymenko 7831c4bfef Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations. 11 years ago
  Adam Ierymenko aee742e767 More toward GitHub issue #56 11 years ago
  Adam Ierymenko b117ff5435 Probable fix for GitHub issue #63 - do not unite() if either path is TCP, since doing so can result in asymmetric failed NAT-t over UDP if one side has a firewall that permits outgoing UDP but not incoming. 11 years ago
  Adam Ierymenko 119ef5ecbf More logic cleanup and some documentation / comment improvements. 11 years ago
  Adam Ierymenko 8fb442d81a Yet more cleanup to TCP logic, this time adding a master switch and adding UDP preference in send(). 11 years ago
  Adam Ierymenko 73153b89b4 Some cleanup, and use best (not first) UDP addresses for NAT-t VERB_RENDEZVOUS computation. 11 years ago
  Adam Ierymenko fe85426df6 A few more tweaks to TCP failover... seems to be switching back and forth pretty well now! 11 years ago
  Adam Ierymenko c96d3ebf8c Such ping logic. So edge case. 11 years ago
  Adam Ierymenko 81e5690410 More tweaks to TCP failover logic. Such edge case. 11 years ago
  Adam Ierymenko 700a450806 More tweaks to algorithm for determining when to fail over to TCP, and stop supernodes from resynchronizing unless explicitly ordered. 11 years ago
  Adam Ierymenko 8e587ae481 Clean dead paths from peers. 11 years ago
  Adam Ierymenko 8d3eb1a258 A few renamings to be consistent. 11 years ago
  Adam Ierymenko 33ad3deaee Builds with new Path code. 11 years ago
  Adam Ierymenko ba3f04deed Work in progress: refactoring paths, adding TCP fallback. 11 years ago
  Adam Ierymenko 45e823d27c Reworking of paths in Peer work-in-progress, and TCP connect support in SocketManager. Also add FD_SETSIZE checking for the default select implementation of sockets. 11 years ago
  Adam Ierymenko 0b75992737 Everything but the local config bus... blech. 11 years ago
  Adam Ierymenko bd749e040d Compile fixes. 11 years ago
  Adam Ierymenko b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
  Adam Ierymenko bf5f09a0c7 Yank a code path it turns out we probably don't want. 11 years ago
  Adam Ierymenko 490e86dde3 Bunch of fixes to startup, pinging, and choice of route. Also some TRACE updates. 11 years ago
  Adam Ierymenko d6a346ca6e Fix for GitHub issue #35 and also possibly partial fix for #29 issues. 11 years ago