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
David Crawshaw cd7bc02ab1 magicsock: call RequestStatus when DERP connects
Without this, a freshly started ipn client will be stuck in the
"Starting" state until something triggers a call to RequestStatus.
Usually a UI does this, but until then we can sit in this state
until poked by an external event, as is evidenced by our e2e tests
locking up when DERP is attached.

(This only recently became a problem when we enabled lazy handshaking
everywhere, otherwise the wireugard tunnel creation would also
trigger a RequestStatus.)

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
4 years ago
..
filter control/controlclient, wgengine/filter: extract parsePacketFilter to … (#696) 4 years ago
magicsock magicsock: call RequestStatus when DERP connects 4 years ago
monitor wgengine/monitor: add a poller to the Windows link change monitor 4 years ago
packet wgengine/filter: fix IPv4 IGMP spam omission, also omit ff02::16 spam 4 years ago
router tailcfg, tsdns: derive root domains from list of nodes (#708) 4 years ago
tsdns tailcfg, tsdns: derive root domains from list of nodes (#708) 4 years ago
tstun wgengine: configure wireguard peers lazily, as needed 4 years ago
winnet Move Linux client & common packages into a public repo. 5 years ago
rusage.go Move "logger" package to under types, now that we have it. 5 years ago
rusage_nowindows.go wgengine: flesh out some docs 5 years ago
rusage_windows.go Move Linux client & common packages into a public repo. 5 years ago
userspace.go magicsock: call RequestStatus when DERP connects 4 years ago
userspace_test.go wgengine,magicsock: fix two lazy wireguard config issues 4 years ago
watchdog.go cmd/tailscale/cli: add ping subcommand 4 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 4 years ago
wgengine.go cmd/tailscale/cli: add ping subcommand 4 years ago