coder/tailnet
Colin Adler 52ecd35c8f
fix(wsconncache): only allow one peer per connection (#5886)
If an agent went away and reconnected, the wsconncache connection would
be polluted for about 10m because there would be two peers with the
same IP. The old peer always had priority, which caused the dashboard to
try and always dial the old peer until it was removed.

Fixes: https://github.com/coder/coder/issues/5292
2023-01-26 22:23:35 +00:00
..
tailnettest feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
conn.go fix(wsconncache): only allow one peer per connection (#5886) 2023-01-26 22:23:35 +00:00
conn_test.go fix: Improve tailnet connections by reducing timeouts (#5043) 2022-11-13 11:33:05 -06:00
coordinator.go fix: cache disconnected agent names in tailnet coordinator debug (#5870) 2023-01-25 21:23:14 -06:00
coordinator_test.go feat: add debug server for tailnet coordinators (#5861) 2023-01-25 21:27:36 +00:00
derpmap.go feat: Add local configuration option for DERP mapping (#3996) 2022-09-11 16:45:49 -05:00
derpmap_test.go feat: Add local configuration option for DERP mapping (#3996) 2022-09-11 16:45:49 -05:00