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
Is your feature request related to a problem? Please describe.
The TCP socket is not configured to optimize for latency. Given that, communicating over protocols with tight(er) timing requirements can fail when using socketcand to bridge CAN networks over a TCP connection.
Describe the solution you'd like
The TCP socket should be configured with TCP_NODELAY, and TCP_QUICKACK (where available) to reduce latency.
Is your feature request related to a problem? Please describe.
The TCP socket is not configured to optimize for latency. Given that, communicating over protocols with tight(er) timing requirements can fail when using socketcand to bridge CAN networks over a TCP connection.
Describe the solution you'd like
The TCP socket should be configured with TCP_NODELAY, and TCP_QUICKACK (where available) to reduce latency.
See #1683
The text was updated successfully, but these errors were encountered: