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

Why --mtu-warn is 1375 default? #530

Closed
jearton opened this issue Jun 7, 2024 · 3 comments
Closed

Why --mtu-warn is 1375 default? #530

jearton opened this issue Jun 7, 2024 · 3 comments

Comments

@jearton
Copy link

jearton commented Jun 7, 2024

I found that even sending packets larger than 1375 was OK, just with warning logs. So should I raise the mtu warning threshold?

@wangyu-
Copy link
Owner

wangyu- commented Jun 7, 2024

udp2raw acutally doesn't know what is the exact mtu your network supports.
1375 is only an experiential value.
you can supress the warning by --mtu-warn 9999

@wangyu-
Copy link
Owner

wangyu- commented Jun 7, 2024

there is an article in the wiki on MTU:
https://github.com/wangyu-/udp2raw/wiki/about-mtu

@jearton
Copy link
Author

jearton commented Jun 7, 2024

OK, I got it.

@jearton jearton closed this as completed Jun 7, 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