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
Josh Bleecher Snyder 36a85e1760 wgengine/magicsock: don't call t.Fatal in magicStack.IP
It can end up executing an a new goroutine,
at which point instead of immediately stopping test execution, it hangs.
Since this is unexpected anyway, panic instead.
As a bonus, it makes call sites nicer and removes a kludge comment.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
4 years ago
..
filter net/packet, wgengine/{filter,tstun}: add TSMP ping 4 years ago
magicsock wgengine/magicsock: don't call t.Fatal in magicStack.IP 4 years ago
monitor wgengine/monitor: on wall time jump, synthesize network change event 4 years ago
netstack wgengine/netstack: Allow userspace networking mode to expose subnets (#1588) 4 years ago
router wgengine: pass in an explicit router.Router, rather than a generator. 4 years ago
wgcfg wgengine: pass logger as a separate arg to device.NewDevice 4 years ago
wglog wgengine/wglog: drop 1/s "interface is up" messages. 4 years ago
winnet wgengine/winnet: don't build on non-windows 4 years ago
pendopen.go net/tstun: rename TUN to Wrapper. 4 years ago
userspace.go wgengine: add IsNetstack func and test 4 years ago
userspace_test.go wgengine: add IsNetstack func and test 4 years ago
watchdog.go net/{packet,tstun}: send peerapi port in TSMP pongs 4 years ago
watchdog_test.go wgengine: extend TestWatchdog timeout on macOS 4 years ago
wgengine.go many: gofmt. 4 years ago