Search found 1 match
- Thu Oct 22, 2020 12:02 pm
- Forum: ESP32 Arduino
- Topic: Changing UDP packet fragmenting (lwip) configuration in Arduino
- Replies: 1
- Views: 4557
Re: Changing UDP packet fragmenting (lwip) configuration in Arduino
Yep , this issue is causing troubles for me too. The small MTU (approx 1460) is becoming a pain when working with binary buffers as camera frames, files etc. TCP is not always an option as it is blocking the main loop , or running into bufferissues with async too. I rather have the full UDP packet l...