Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPJOIN should include how fast each connection connected #7

Open
frochet opened this issue Jun 10, 2020 · 1 comment
Open

MPJOIN should include how fast each connection connected #7

frochet opened this issue Jun 10, 2020 · 1 comment

Comments

@frochet
Copy link
Member

frochet commented Jun 10, 2020

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.

@mpiraux
Copy link
Member

mpiraux commented May 19, 2021

Couldn't the server measure the RTT based on the SYN+ACK and ACK packets ? Also, one RTT sample is not very reliable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants