mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 18:16:03 +00:00
Increase socket buffer to 16MB so benchmarks never hit WOULD_BLOCK during an inner loop iteration. Remove per-iteration drain_socket calls that were adding noise and causing the immediate path to fall back to batching. Drain only between outer iterations.