Adam Ierymenko
|
bed6557a6d
|
Re-enable relaying checks, also not bug related but put back after we decided to punt removing moons.
|
2025-08-25 11:22:21 -07:00 |
|
Adam Ierymenko
|
bee3ea79f0
|
Minor thing, unrelated to bug but missing.
|
2025-08-21 18:47:41 -04:00 |
|
Adam Ierymenko
|
6e6fc9a704
|
Add conditional compilation of controller.
|
2025-08-21 09:55:08 -04:00 |
|
Adam Ierymenko
|
9aff094b6f
|
node/ -> MPL
|
2025-08-06 12:10:18 -04:00 |
|
Adam Ierymenko
|
d51b82d0e6
|
Temporarily disable checks to always forward -- for testing.
|
2025-07-18 14:26:19 -04:00 |
|
Adam Ierymenko
|
055be92ef0
|
Plumb through attaching network ID to packet sends.
|
2025-07-16 11:55:00 -04:00 |
|
Adam Ierymenko
|
58c80ff0ab
|
Add network ID to upstream lookup, cleanup, release notes for 1.16.
|
2025-07-15 13:54:10 -04:00 |
|
Adam Ierymenko
|
342fa9d33f
|
clang-format this branch
|
2025-07-03 12:02:18 -04:00 |
|
Adam Ierymenko
|
96ba1079b2
|
Clang-format!!!
|
2024-09-26 08:52:29 -04:00 |
|
Adam Ierymenko
|
6b078ee935
|
Implement extended armor throughout system but not turned on yet.
|
2024-09-25 19:51:15 -04:00 |
|
Adam Ierymenko
|
a44fd40889
|
Remove some obsolete stuff, rev protocol version.
|
2024-09-22 12:32:17 -04:00 |
|
Joseph Henry
|
8283a6d6d4
|
Merge branch 'dev' into jh-zerotier-multithreaded
|
2024-08-18 15:08:42 -07:00 |
|
Joseph Henry
|
36adae3d82
|
Add packet multiplexer
|
2024-08-18 15:07:18 -07:00 |
|
Adam Ierymenko
|
1982071d46
|
1.14.0 version bump for Linux and macOS, date update.
|
2024-03-19 14:38:48 -07:00 |
|
Brenton Bostick
|
707d7deed2
|
Fix problem of doing RX while inside of TX
Part of fix for:
https://github.com/zerotier/libzt/issues/211
|
2023-08-21 15:04:48 -04:00 |
|
Grant Limberg
|
06b487119d
|
More packet metrics (#1982)
* found path negotation sends that weren't accounted for
* Fix histogram so it will actually compile
* Found more places for packet metrics
|
2023-05-02 11:16:55 -07:00 |
|
Brenton Bostick
|
f73e51e94c
|
Brenton/curly braces (#1971)
* fix formatting
* properly adjust various lines
breakup multiple statements onto multiple lines
* insert {} around if, for, etc.
|
2023-05-01 11:48:16 -07:00 |
|
Grant Limberg
|
595e033776
|
Outgoing Packet Metrics (#1980)
add tx/rx labels to packet counters and add metrics for outgoing packets
|
2023-04-28 14:24:19 -07:00 |
|
Brenton Bostick
|
1b59712c48
|
Fix: warning: mutex '_aqm_m' is not held on every path through here [-Wthread-safety-analysis] (#1964)
|
2023-04-18 12:14:05 -07:00 |
|
Joseph Henry
|
39f3f5b2d9
|
User-configurable physical MTU for individual links
This patch allows users to specify the physical layer MTU for individual links
when in multipath mode. For example:
{
"settings":
{
"defaultBondingPolicy": "custom-balance-xor",
"policies":
{
"custom-balance-xor":
{
"basePolicy": "balance-xor",
"failoverInterval": 5000,
"links": {
"weird_5g_link": { "mtu": 1300 },
"enp5s0": { "mtu": 1400 }
}
}
}
}
}
|
2023-01-12 07:12:19 +01:00 |
|
Joseph Henry
|
66b70a8043
|
Prevent re-armoring of packets when in multipath broadcast mode
|
2022-09-07 15:03:02 -07:00 |
|
Joseph Henry
|
e1af003e4f
|
Consolidation of multipath logic. Better system separation
|
2021-09-01 21:37:49 -07:00 |
|
Joseph Henry
|
11ddbc6f30
|
Fix (some) compile-time warnings on Linux
|
2021-05-03 19:35:28 -07:00 |
|
Adam Ierymenko
|
26a0cbcd73
|
Revert "Push credentials in multicast."
This reverts commit 1316ee3127.
|
2020-11-12 20:53:23 -05:00 |
|
Adam Ierymenko
|
1a106bca3b
|
Revert "Build fix, and move multicast pushCredentialsIfNeeded."
This reverts commit cc42d6f4e0.
|
2020-11-12 20:53:14 -05:00 |
|