-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
MTU issue #5530
Comments
Have you tried to compile a version by yourself with a different lwip setting? |
Bandwidth is not the issue, but can you clarify where lwip settings are, thanks. |
If you use Arduino IDE you find the infos here https://github.com/arendst/Sonoff-Tasmota/wiki/Arduino-IDE |
Thanks |
Web server not working via limited MTU remote link (i.e. my VPN).
This may be a library issue, or maybe it is something the tasmota s/w can set if we have a config option, but it seems that the MTU in the initial SYN from the client is ignored. I have tried prepping for 1460 and 1500 and MTU with no luck.
I have a dump showing TCP MSS in initial SYN of 1360 but first full packet from device is 1460 Tcp segment length, and oddly shows a TCP checksum error too.
Version 6.5.0 on a Sonoff basic.
Is there any way the Tasmota can have an MTU/MSS config?
The text was updated successfully, but these errors were encountered: