Replies: 2 comments 2 replies
-
What version, port and what nic are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm pretty sure this is the expected behavior. The MSS on esp32 is 1440 (see The tests you're doing from your PC, are they actually going over a network (or is it the same host). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I send 1540 bytes of data to the TCP server.
The data is split into two packets with a byte count of 1440+100, respectively
And when I send using telnet(pc)or python3-socket(pc), I can send 1540 bytes at once
Beta Was this translation helpful? Give feedback.
All reactions