netbird/client/internal/routemanager
pascal-fischer 3ed2f08f3c
Add latency based routing (#1732)
Now that we have the latency between peers available we can use this data to consider when choosing the best route. This way the route with the routing peer with the lower latency will be preferred over others with the same target network.
2024-04-09 21:20:02 +02:00
..
client_test.go Add latency based routing (#1732) 2024-04-09 21:20:02 +02:00
client.go Add latency based routing (#1732) 2024-04-09 21:20:02 +02:00
manager_test.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
manager.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
mock.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
notifier.go Fix route change notifier (#1431) 2024-01-03 11:54:19 +01:00
routemanager.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
server_android.go Add routes and dns servers to status command (#1680) 2024-03-12 19:06:16 +01:00
server_nonandroid.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
server.go Routemgr error handling (#1073) 2023-08-12 11:42:36 +02:00
systemops_android.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
systemops_bsd.go Fix routing issues with MacOS (#1815) 2024-04-09 13:25:14 +02:00
systemops_darwin_test.go Retry macOS route command (#1817) 2024-04-09 15:27:19 +02:00
systemops_darwin.go Retry macOS route command (#1817) 2024-04-09 15:27:19 +02:00
systemops_ios.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
systemops_linux_test.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
systemops_linux.go Fix routing issues with MacOS (#1815) 2024-04-09 13:25:14 +02:00
systemops_nonlinux.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
systemops_test.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
systemops_unix_test.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
systemops_windows_test.go Revert "Rollback new routing functionality (#1805)" (#1813) 2024-04-08 18:56:52 +02:00
systemops_windows.go Fix routing issues with MacOS (#1815) 2024-04-09 13:25:14 +02:00
systemops.go Fix routing issues with MacOS (#1815) 2024-04-09 13:25:14 +02:00