Site icon EfmSoft

What does errno 106 (EQFULL) mean?

 
Could be also:
ConstantTypeOS
ERROR_SEM_USER_LIMITWin32 errorWindows
EISCONNerrnoLinux
ELASTerrnoMac
ECONNABORTEDerrnoWindows
LPC_INITIALIZATION_FAILEDBugCheck CodeWindows
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

References


Looking for a different code? Search another status or error code.

Exit mobile version