fix ENOBUFS errors with backoff+retry
This commit is contained in:
parent
ee414035de
commit
52ee2fd391
2 changed files with 23 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue