Historial de Commits

Autor SHA1 Mensaje Fecha
  Adam Ierymenko 5076c49210 Peer serialization and related changes. hace 10 años
  Adam Ierymenko a3db7d0728 Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things. hace 10 años
  Adam Ierymenko 11ff96ba1d Consider IPv6 paths reliable (no constant keepalives needed) hace 10 años
  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. hace 10 años
  Adam Ierymenko 0e5aac6a11 Prefer IPv6 paths if available. hace 10 años
  Adam Ierymenko 0b354803f3 Clean up some YAGNI issues with implementation of GitHub issue #180, and make best path choice aware of path rank. hace 10 años
  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. hace 10 años
  Adam Ierymenko 235f4762b7 Plumbing for local interface addresses -- GitHub issue #180 hace 10 años
  Adam Ierymenko 93bb934d4e Some cleanup, docs, and Path -> Path > RemotePath refactor. hace 10 años
  Adam Ierymenko feddd946f9 For curiosity add Salsa20/8 to benchmarks. hace 10 años
  Adam Ierymenko d9006712f6 Completely factor out "desperation" from the core. I thought of a significantly simpler way to move all of this logic entirely into the containing service, liberating the core from any concern over the nature of its pipe to the outside world. hace 10 años
  Adam Ierymenko 49f031ccb4 Tons of refactoring, change to desperation algorithm to use max of core or link, porting over core loop code from old Node.cpp to new CAPI version, etc. hace 10 años
  Adam Ierymenko 52c3b7c34e Implemented empirical determination of external addressing, paritioned per scope. hace 10 años
  Adam Ierymenko 6eb9289367 Bunch more cleanup, improvements to NAT traversal logic, finished updating Switch. hace 10 años
  Adam Ierymenko ee0f56355b Send path simplification. hace 10 años
  Adam Ierymenko a69e1876f1 The concept of link desperation (escalating to less desirable transports) simplifies a ton of stuff. Loads of spaghetti logic can die since we no longer have to make these decisions down in the core. hace 10 años
  Adam Ierymenko 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] hace 10 años
  Adam Ierymenko 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! hace 11 años
  Adam Ierymenko 0e47f13f14 Simplify locking semantics some more to address a deadlock. hace 11 años
  Adam Ierymenko 4e9280fc7a Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. hace 11 años
  Adam Ierymenko 158002d2d1 Tweak some timings and stuff. hace 11 años
  Adam Ierymenko 6ab95e0391 Get : out of Path.toString() since this will conflict with : in IPv6 IPs. hace 11 años
  Adam Ierymenko f13493edb2 Oops... turns out we need to differentiate incoming from outgoing TCP and indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. hace 11 años
  Adam Ierymenko 8e587ae481 Clean dead paths from peers. hace 11 años
  Adam Ierymenko acb056e3b1 Small readability fix. hace 11 años
  Adam Ierymenko e6b23059ac Change the way TCP failover is invoked. hace 11 años
  Adam Ierymenko 33ad3deaee Builds with new Path code. hace 11 años
  Adam Ierymenko ba3f04deed Work in progress: refactoring paths, adding TCP fallback. hace 11 años
  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. hace 11 años