コミット履歴

作者 SHA1 メッセージ 日付
  Joseph Henry b0e86d11c9 Minor. Name change for trace functions 6 年 前
  Joseph Henry 2593c6efee Adjusted multipath constants 6 年 前
  Joseph Henry 36d368cb78 Check for (local multipath support only) during decision to decrease direct path push interval. This prevents the chicken-and-egg situation of not knowing if two peers can support multipath on both ends and thusly not sending eachother their direct paths quickly enough. 6 年 前
  Joseph Henry d8ce1f7914 Added ZT_DIRECT_PATH_PUSH_INTERVAL_MULTIPATH to decrease link aggregation time 6 年 前
  Joseph Henry 3c7e25ed58 Added call to computeAggregateAllocation() in multipath mode=1 to give realtime allocation output 6 年 前
  Joseph Henry 77ae929eb3 Merge master into multipath 6 年 前
  Adam Ierymenko a019c3dd5d Tighten up credential push just a bit for faster up-time with older nodes, should not have significant impact on bandwidth. Also some cleanup and push direct path timing fixes. 6 年 前
  Adam Ierymenko 2dc783214c Allocate outp on heap in Peer. 6 年 前
  Adam Ierymenko 9c51ce9c40 Windows build fixes, fix double/float types to get rid of warnings. 6 年 前
  Grant Limberg 47d29ddcaf Compiler warning cleanup 6 年 前
  Joseph Henry 94bd2918fa Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev 6 年 前
  Joseph Henry c3bfcf560b Removed check for port number in multipath path replacement logic 6 年 前
  Adam Ierymenko 5b2b088714 Cleanup, version bump. 6 年 前
  Adam Ierymenko cacdb445c7 Bump protocol version to 10 6 年 前
  Adam Ierymenko ee8682ac75 Temporarily disable the symmetric NAT port prediction code since the current version adds protocol overhead and probably is not that effective. 6 年 前
  Adam Ierymenko d530356055 RingBuffer<> is now templated with size, buffer is now static. 6 年 前
  Adam Ierymenko 63ec19674c . 6 年 前
  Grant Limberg d4c0349de9 Revert "#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROTOCOL_VERSION<10" 6 年 前
  Joseph Henry 270debb3fc #ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROTOCOL_VERSION<10 6 年 前
  Joseph Henry 0e597191b8 Updated licenses for 2019 6 年 前
  Joseph Henry 20a25a6a45 Added debug traces 7 年 前
  Joseph Henry bdcdccfcc3 Improved path selection, more efficient traffic allocation, lower QoS/ACK overhead 7 年 前
  Joseph Henry 52264d5e28 Fixed aggregateLinkLatency(). Also changed unit for throughput from byte to bit 7 年 前
  Joseph Henry 17fbb020e7 Added multipath field to zerotier-cli status output. Adjusted how path estimates are computed and cached 7 年 前
  Joseph Henry 0faa655b83 Reduced how often relative path qualities and aggregate link allocations are computed 7 年 前
  Joseph Henry 6fddf31db3 Improved rate limit logic for QoS/ACK packets. Also reduced how often processBackgroundPathMeasurements() is called 7 年 前
  Joseph Henry 9681fedbb4 Spellcheck sweep across codebase 7 年 前
  Joseph Henry 91a22a686a Added auto-escalation to multipath if both peers support it. Improved QoS/ACK tracking. Related bug fixes 7 年 前
  Joseph Henry 46a7a2be2e Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality 7 年 前
  Joseph Henry 91c8e82c42 Adjusted locking order of _paths_m for path pruning. Other minor multipath changes 7 年 前