Search found 1 match

by vult-r
Thu Oct 22, 2020 12:02 pm
Forum: ESP32 Arduino
Topic: Changing UDP packet fragmenting (lwip) configuration in Arduino
Replies: 1
Views: 4377

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...