Brad Fitzpatrick

Results 299 comments of Brad Fitzpatrick

@janegilring, @Oujiii, the IPv6 workaround isn't needed anymore. (as of https://github.com/tailscale/tailscale/commit/0d94fe5f692d0af3054812f9a9919544536843fa) What is "as above" in "Same issue as above"? That WSL doesn't use systemd so it doesn't auto-start?

`sudo tailscale up` doesn't start `tailscaled`; it tells an existing `tailscaled` to bring up the interface. You have to run `tailscaled` first. Normally our Linux packages do that for you,...

The prior bug was #2442 but the poster closed it when they were happy enough. But plenty more remains. It largely depends on some configuration (DNS settings, exit nodes, other...

@ProfDrYoMan, yeah, so you're basically hitting the worst case scenario. We're tracking all those things, though, so it should get better.

Sub-bugs of this one: - [ ] https://github.com/tailscale/tailscale/issues/540 - [ ] ...

This is a different optimization.

Update: the plan is to remove the heartbeats entirely. Magicsock should never transmit unless it has something to transmit anyway, in which case it can send an extra disco packet(s)...