You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
To have a faster disconnection detection time in the GUI the following changes should be applied:
config.toml:Change the
[vehicle.network]table and add the following changes:This sets the keepalive interval to the min amount in linux (1s), a keepalive probe will be sent each second
Run the following command:
This sets the max number of lost probes before the connection is terminated, in this case one probe.
This configuration is able to detect a disconnection in around 1s