ENOBUFS

In programming, ENOBUFS is a POSIX error code defined in <errno.h>. This condition caused by lack of memory in the OS's buffers. [1][2] Typically occurs in socket programming.

References

  1. ^ FreeBSD System: Error codes
  2. ^ GNU C library manual: Error codes