Commit Verlauf

Autor SHA1 Nachricht Datum
  Adam Ierymenko 43780742b0 comments, docs vor 9 Jahren
  Adam Ierymenko d7f2287ce9 More tweaks to path behavior. vor 9 Jahren
  Adam Ierymenko 4992ac2d9f Cluster sub-optimal is in fact necessary... vor 9 Jahren
  Adam Ierymenko e8f6b4b5d3 Rest of big Path canonicalization refactor. vor 9 Jahren
  Adam Ierymenko a3bdae9735 Work in progress: Path canonicalization refactor. vor 9 Jahren
  Adam Ierymenko 584228b2b5 Dead code removal, and get rid of reliable() because we will no longer make that distinction. vor 9 Jahren
  Adam Ierymenko 2c995f1f91 IPv6 links are unfortunately not "reliable." Many IPv6 gateways, while not vor 9 Jahren
  Adam Ierymenko 2f18a92e20 Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, and fix a "how was that working" latent bug causing some control traffic to take the scenic route. vor 9 Jahren
  Adam Ierymenko 4c455876f9 Revise peer path weighting to always prioritize cluster-optimal paths. vor 9 Jahren
  Adam Ierymenko 82348e1537 Temporarily blacklist he.net IPv6 tunnel addresses for paths: these usually have a very low MTU which causes packet loss and other issues. vor 9 Jahren
  Adam Ierymenko 63ec7e58d4 Make activity no longer a function of ping frequency, since this causes compatibility bugs when the latter was modified due to timer interactions with other versions. vor 9 Jahren
  Adam Ierymenko 4e4fd51117 boring doc stuff vor 9 Jahren
  Adam Ierymenko 05b2c0743f Tighten up dead path detection. Should now auto-detect dead paths in less than 10 seconds at a very small cost in ECHO requests (or HELLOs for older peers). GitHib issue #272 vor 9 Jahren
  Adam Ierymenko d8143a5e18 Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) vor 9 Jahren
  Adam Ierymenko 436c1fac1d Selectively move over changes from "edge" to "dev" excluding netcon. vor 9 Jahren
  Adam Ierymenko 35c4e28f31 Mark geo-redirected paths as suboptimal and do not report that we have a peer if all we have is one of these. Also a few other small fixes. vor 9 Jahren
  Adam Ierymenko 9f0f0197fe More dead code removal. vor 9 Jahren
  Adam Ierymenko a994573a43 Eliminate some more dead code. We may do path trust, but not like that. vor 9 Jahren
  Adam Ierymenko 51fcc75354 Some cleanup, and use getPeerNoCache() exclusively in Cluster. vor 9 Jahren
  Adam Ierymenko 16bc3e0398 Factor out RemotePath subclass of Path -- no longer needed, just cruft. vor 9 Jahren
  Adam Ierymenko 0b2e5ed499 Fix some broken logic in Path::reliable() vor 10 Jahren
  Adam Ierymenko 5076c49210 Peer serialization and related changes. vor 10 Jahren
  Adam Ierymenko a3db7d0728 Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things. vor 10 Jahren
  Adam Ierymenko 11ff96ba1d Consider IPv6 paths reliable (no constant keepalives needed) vor 10 Jahren
  Adam Ierymenko f69454ec98 (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. vor 10 Jahren
  Adam Ierymenko 0e5aac6a11 Prefer IPv6 paths if available. vor 10 Jahren
  Adam Ierymenko 0b354803f3 Clean up some YAGNI issues with implementation of GitHub issue #180, and make best path choice aware of path rank. vor 10 Jahren
  Adam Ierymenko c863ff3f02 A bunch of comments and cleanup, including some to yesterday's direct path pushing changes. Move path viability check to one place, and stop trying to use link-local addresses since they are not reliable. vor 10 Jahren
  Adam Ierymenko 235f4762b7 Plumbing for local interface addresses -- GitHub issue #180 vor 10 Jahren
  Adam Ierymenko 93bb934d4e Some cleanup, docs, and Path -> Path > RemotePath refactor. vor 10 Jahren