提交歷史

作者 SHA1 備註 提交日期
  Adam Ierymenko 4e4fd51117 boring doc stuff 9 年之前
  Adam Ierymenko 0034efafe4 On semi-undocumented test net, assign a RFC4193 IPv6 address too. Will be useful for our at-scale tests. 9 年之前
  Adam Ierymenko 5384f185ae Simplify Dictionary and reduce memory usage, now no more std::maps in core. 9 年之前
  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. 9 年之前
  Adam Ierymenko 3ba54c7e35 Eliminate some poorly thought out optimizations from the netconf/controller interaction, 9 年之前
  Adam Ierymenko dbee1b38b3 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 9 年之前
  Adam Ierymenko 57c7992c78 GitHub issue #191 - kill intra-network multicast rate limits (which were not well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast. 9 年之前
  Adam Ierymenko 8aa68cd5f1 Add new fields in operator== 9 年之前
  Adam Ierymenko edbc5d3588 Gateways support in NetworkConfig object. 9 年之前
  Adam Ierymenko 5341e32729 Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow RENDEZVOUS from regular peers. 9 年之前
  Adam Ierymenko da254d967f Hack around GitHub issue #165 (?) 9 年之前
  Adam Ierymenko 8a13cfdace Add per-network relays to NetworkConfig. 9 年之前
  Adam Ierymenko 6369c264e2 Rename netconf to controller and NetworkConfigMaster to NetworkController for consistency. 9 年之前
  Adam Ierymenko 7529d050c7 All of node/ now compiles again! 9 年之前
  Adam Ierymenko bf2ff964e1 Utils::now() removal and a bunch of compile fixes. 9 年之前
  Adam Ierymenko 8001b2c0cb Network now calls port config function as per new API. 9 年之前
  Adam Ierymenko a8a92c5b89 A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code. 9 年之前
  Adam Ierymenko 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 9 年之前
  Adam Ierymenko 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 10 年之前
  Adam Ierymenko 03dc823ad7 (1) Back off a little on default max multicast limit since 128 is pretty 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. 10 年之前
  Adam Ierymenko 3f15752f73 Add IPv4 address assignment to ffffffffffffffff test network. 10 年之前
  Adam Ierymenko 2c8321be1f Pull logic to always send new multicasts to supernode since we need to do that differently, re-add support for active bridges, and remove some gratuitous use of std::set where not needed. 10 年之前
  Adam Ierymenko 351db7f1a0 Plumb injectPacketFromHost through to API. 10 年之前
  Adam Ierymenko 9e186bbd89 . 10 年之前
  Adam Ierymenko 9180a30986 . 10 年之前
  Adam Ierymenko 3afc629ac5 Bit of network config parser cleanup. 10 年之前
  Adam Ierymenko cf4700bc26 Simplify network briding modes -- we only need passive toggle and active bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency. 10 年之前
  Adam Ierymenko 4e1f49258b Bridging in NetworkConfig - GitHub Issue #68 10 年之前
  Adam Ierymenko 66a38a9e7c Default for private should be true. 10 年之前
  Adam Ierymenko 31ddc49da2 GitHub issue #67 10 年之前