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
tcpls_connect function records the rtt of each successful connection. When we wish to use another address than the primary one, we need to perform a MPJOIN handshake. This handshake allows the server to associate several TCP connection to the same TCPLS connection.
The mpjoin clientHello option should include the RTT value that tcpls_connect computed, in order to the server to have preferences for connections upon, for example, a failure over the primary link.
The text was updated successfully, but these errors were encountered:
tcpls_connect function records the rtt of each successful connection. When we wish to use another address than the primary one, we need to perform a MPJOIN handshake. This handshake allows the server to associate several TCP connection to the same TCPLS connection.
The mpjoin clientHello option should include the RTT value that tcpls_connect computed, in order to the server to have preferences for connections upon, for example, a failure over the primary link.
The text was updated successfully, but these errors were encountered: