Closed jearton closed 5 months ago
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
there is an article in the wiki on MTU: https://github.com/wangyu-/udp2raw/wiki/about-mtu
OK, I got it.
I found that even sending packets larger than 1375 was OK, just with warning logs. So should I raise the mtu warning threshold?