| Previous | Next |
| EISCONN | ELAST |
EQFULL
This is local transmit-side backpressure
EQFULL identifies a full interface output queue. It is not proof that the remote host is down or that a particular peer rejected the request. The pressure is local to the path that accepts work for transmission, and it can be transient or persistent depending on the interface, driver, traffic shaping, and consumer progress.
Queue pressure should be handled by bounded buffering and backpressure, not by multiplying producers or retrying immediately. Preserve the interface or route context, packet or request class, queue occupancy if available, and the time until the queue drains.
What to correlate
- Network interface, route, traffic class, send rate, packet sizes, and concurrent producer count.
- Driver counters and drops around the failure time, including any shaping or policy layer between the application and interface.
- Whether the application can defer, coalesce, or discard low-priority work instead of queueing unboundedly.
References
Looking for a different code? Search another status or error code.
