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

Perform MTU discovery on UDP sockets and respect path MTUs. #96

Open
jpcsmith opened this issue Dec 13, 2023 · 0 comments
Open

Perform MTU discovery on UDP sockets and respect path MTUs. #96

jpcsmith opened this issue Dec 13, 2023 · 0 comments
Milestone

Comments

@jpcsmith
Copy link
Contributor

Although SCION reports path MTUs, this can be seen as an upper bound. NICs and other networking setups may impose additional MTU restrictions. The socket should therefore perform some form of MTU discovery to determine the MTU usable on the local network.

This may also need to be adapted when the underlay_next_hop changes for different paths, as the path to the new underlay may go out a different interface.

@mlegner mlegner added this to the MVP milestone Dec 14, 2023
@mlegner mlegner modified the milestones: v0.1, v0.2 Jan 23, 2024
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