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

Receiving mp_new_connection_id-frame for non-existing uniflow id #13

Closed
The3ternum opened this issue Oct 13, 2020 · 4 comments
Closed

Comments

@The3ternum
Copy link

Upon setting up a connection where my client sets the transport parameter "max_sending_uniflow_id" to 0 it still receives a mp_new_connection_id-frame where the uniflow_id is set to 1, resulting in an error because the client does not have a uniflow with id 1 for the connection.

@The3ternum The3ternum changed the title Receiving mp frame for non-existing uniflow id Receiving mp_new_connection_id-frame for non-existing uniflow id Oct 13, 2020
@qdeconinck
Copy link
Member

Indeed, the multipath plugin does not check the value of the transport parameter provided by its peer to reserve new connection ID frames. Going to implement a fix for this :-)

@qdeconinck
Copy link
Member

This should have been fixed in the latest commits. Could you check that it is ok now?

@The3ternum
Copy link
Author

Running an endpoint on the latest commit seems to indeed solve the issue. Thank you for the fix, closing this issue now.

@mpiraux
Copy link
Member

mpiraux commented Oct 26, 2020

The fix should now be deployed on the public test endpoint as well.

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

3 participants