Search found 2 matches

by sdtechhouse
Fri Jun 17, 2022 5:56 am
Forum: ESP32 Arduino
Topic: Can I increase the UDP receive buffer?
Replies: 1
Views: 1004

Re: Can I increase the UDP receive buffer?

I should add, that I'm using arduino.
by sdtechhouse
Fri Jun 17, 2022 4:35 am
Forum: ESP32 Arduino
Topic: Can I increase the UDP receive buffer?
Replies: 1
Views: 1004

Can I increase the UDP receive buffer?

I have a project that receives UDP packets EXTREMELY fast. I am using the ESP32-GATEWAY. I need to receive roughly 128 packets at the exact same micro-second. Currently, I have near perfect performance up to around 32 packets, then packets start to drop pretty quickly after that. I assume there is a...