Chat freely about anything...

User avatar
By Hexum064
#50587 Trying to find a way to increase the buffer side for a UDP receive to be greater than 1460 bytes.

Anyone know if this is possible?

Currently working in C directly with the SDK.
User avatar
By martinayotte
#50615 That is true if using Jumbo_frame (even in TCP) :
https://en.wikipedia.org/wiki/Jumbo_frame
But this is not default with plain Ethernet_frame, which is the default on almost any OS.
https://en.wikipedia.org/wiki/Ethernet_frame
Even if ESP SDK would allows to change the MTU, I bet you would get into troubles with other PCs or other Devices on your network if MTU isn't matching there too.
You're better to stick with standards and send multiple packets.