fix ENOBUFS errors with backoff+retry

This commit is contained in:
Alexander Jacobsen 2026-07-18 01:21:41 +02:00
parent ee414035de
commit 52ee2fd391
2 changed files with 23 additions and 11 deletions

View file

@ -26,7 +26,7 @@
* to avoid IP fragmentation (e.g. 207 pixels ~= 1451 B fits a 1500 B link).
* Override at build time with -DPIXELS_PER_PACKET=N. */
#ifndef PIXELS_PER_PACKET
# define PIXELS_PER_PACKET 120
# define PIXELS_PER_PACKET 200
#endif
#pragma pack(push, 1)