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

Assertion `mtu_floor <= mtu_ceiling' failed #130

Open
ghazel opened this issue Sep 21, 2021 · 0 comments
Open

Assertion `mtu_floor <= mtu_ceiling' failed #130

ghazel opened this issue Sep 21, 2021 · 0 comments

Comments

@ghazel
Copy link
Contributor

ghazel commented Sep 21, 2021

When an icmp fragmentation message arrives in utp_process_icmp_fragmentation() and the next_hop_mtu is less than mtu_floor, the assert(mtu_floor <= mtu_ceiling); in mtu_search_update() will go off.

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
@ghazel and others