You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine/magicsock
James Tucker 1f959edeb0 wgengine/magicksock: remove nullability of RebindingUDPConns
Both RebindingUDPConns now always exist. the initial bind (which now
just calls rebind) now ensures that bind is called for both, such that
they both at least contain a blockForeverConn. Calling code no longer
needs to assert their state.

Signed-off-by: James Tucker <james@tailscale.com>
2 years ago
..
debughttp.go all: convert more code to use net/netip directly 2 years ago
debugknobs.go wasm: exclude code that's not used on iOS for Wasm too 3 years ago
debugknobs_stubs.go wasm: exclude code that's not used on iOS for Wasm too 3 years ago
discopingpurpose_string.go wgengine/magicsock: make discoPingPurpose a stringer 4 years ago
magicsock.go wgengine/magicksock: remove nullability of RebindingUDPConns 2 years ago
magicsock_default.go wgengine/magicsock: use AF_PACKET socket + BPF to read disco messages 2 years ago
magicsock_linux.go wgengine/magicsock: use AF_PACKET socket + BPF to read disco messages 2 years ago
magicsock_test.go wgengine/magicsock: use AF_PACKET socket + BPF to read disco messages 2 years ago