WIP: rebase fork onto upstream/main (v1.103.0) #15

Closed
codinget wants to merge 670 commits from webnet into save/webnet-2026-07-29
Showing only changes of commit 1d2baa12fe - Show all commits
+2 -1
View File
@@ -189,7 +189,8 @@ type CapabilityVersion int
// - 140: 2026-05-27: Client understands [NodeAttrDisableUDPGRO], [NodeAttrDisableUDPGSO], [NodeAttrDisableTUNUDPGRO], [NodeAttrDisableTUNTCPGRO]
// - 141: 2026-05-28: Client understands [NodeAttrNeverGSOEqualTail]
// - 142: 2026-07-06: Client understands c2n /remoteapi/localapi/* proxy
const CurrentCapabilityVersion CapabilityVersion = 142
// - 143: 2026-07-22: Client correctly ignores conn25 node attributes when not enabled by environment variable
const CurrentCapabilityVersion CapabilityVersion = 143
// ID is an integer ID for a user, node, or login allocated by the
// control plane.