Adam Ierymenko
|
4e4fd51117
boring doc stuff
|
před 8 roky |
Adam Ierymenko
|
0034efafe4
On semi-undocumented test net, assign a RFC4193 IPv6 address too. Will be useful for our at-scale tests.
|
před 9 roky |
Adam Ierymenko
|
5384f185ae
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
|
před 9 roky |
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.
|
před 9 roky |
Adam Ierymenko
|
3ba54c7e35
Eliminate some poorly thought out optimizations from the netconf/controller interaction,
|
před 9 roky |
Adam Ierymenko
|
dbee1b38b3
Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?)
|
před 9 roky |
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.
|
před 9 roky |
Adam Ierymenko
|
8aa68cd5f1
Add new fields in operator==
|
před 9 roky |
Adam Ierymenko
|
edbc5d3588
Gateways support in NetworkConfig object.
|
před 9 roky |
Adam Ierymenko
|
5341e32729
Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow RENDEZVOUS from regular peers.
|
před 9 roky |
Adam Ierymenko
|
da254d967f
Hack around GitHub issue #165 (?)
|
před 9 roky |
Adam Ierymenko
|
8a13cfdace
Add per-network relays to NetworkConfig.
|
před 9 roky |
Adam Ierymenko
|
6369c264e2
Rename netconf to controller and NetworkConfigMaster to NetworkController for consistency.
|
před 9 roky |
Adam Ierymenko
|
7529d050c7
All of node/ now compiles again!
|
před 9 roky |
Adam Ierymenko
|
bf2ff964e1
Utils::now() removal and a bunch of compile fixes.
|
před 9 roky |
Adam Ierymenko
|
8001b2c0cb
Network now calls port config function as per new API.
|
před 9 roky |
Adam Ierymenko
|
a8a92c5b89
A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.
|
před 9 roky |
Adam Ierymenko
|
93012b0ee5
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
před 9 roky |
Adam Ierymenko
|
4e95384ad6
Cleanup, add tristate to config code in Network, and happy new year!
|
před 10 roky |
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.
|
před 10 roky |
Adam Ierymenko
|
3f15752f73
Add IPv4 address assignment to ffffffffffffffff test network.
|
před 10 roky |
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.
|
před 10 roky |
Adam Ierymenko
|
351db7f1a0
Plumb injectPacketFromHost through to API.
|
před 10 roky |
Adam Ierymenko
|
9e186bbd89
.
|
před 10 roky |
Adam Ierymenko
|
9180a30986
.
|
před 10 roky |
Adam Ierymenko
|
3afc629ac5
Bit of network config parser cleanup.
|
před 10 roky |
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.
|
před 10 roky |
Adam Ierymenko
|
4e1f49258b
Bridging in NetworkConfig - GitHub Issue #68
|
před 10 roky |
Adam Ierymenko
|
66a38a9e7c
Default for private should be true.
|
před 10 roky |
Adam Ierymenko
|
31ddc49da2
GitHub issue #67
|
před 10 roky |