summaryrefslogtreecommitdiffhomepage
path: root/wgengine/magicsock/debugknobs.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-30wgengine/magicsock: make debugNeverDirectUDP influence remote peer decisionsJordan Whited1-1/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-10wgengine/magicsock: add TS_DEBUG_NEVER_DIRECT_UDP debug knob (#17094)Jordan Whited1-0/+3
2025-07-15tailcfg,wgengine/magicsock: set peer relay CapVer (#16531)Jordan Whited1-6/+0
2025-06-26wgengine/magicsock: add envknob to toggle UDP relay feature (#16396)Jordan Whited1-0/+6
2024-07-10wgengine/magicsock: allow a CSV list for pretendpointLee Briggs1-10/+18
2024-07-08wgengine/magicsock: add debug envknob for injecting an endpointBrad Fitzpatrick1-0/+19
2024-07-06control/controlknobs,tailcfg,wgengine/magicsock: remove DRPO shutoff switchBrad Fitzpatrick1-3/+0
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-0/+4
2023-09-21wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD()Val1-3/+5
2023-09-21wgengine/magicsock: rename debugPMTUD() to debugEnablePMTUD()Val1-2/+5
2023-09-11wgengine/magicsock: make peerMap also keyed by NodeIDBrad Fitzpatrick1-0/+2
2023-08-11magicsock: set the don't fragment sockopt (#8715)salman aljammaz1-0/+2
2023-07-26wgengine/magicsock: factor out more separable partsDavid Anderson1-0/+5
2023-07-26wgengine/magicsock: delete unused stuffDavid Anderson1-2/+0
2023-04-04derp,magicsock: add debug envknobs for HTTP and derp server name (#7744)valscale1-3/+9
2023-03-24derp, derphttp, magicsock: send new unknown peer frame when destination is un...valscale1-0/+4
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-16wgengine/magicsock: add client flag and envknob to disable heartbeat (#5638)phirework1-0/+3
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-6/+8
2022-06-06wasm: exclude code that's not used on iOS for Wasm tooMihai Parparita1-2/+2
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-15/+9
2021-09-01wgengine/magicsock: remove unused debug knob.David Anderson1-3/+0
2021-08-15wgengine/magicsock: move debug knobs to their own file, compile out on iOSBrad Fitzpatrick1-0/+53