In computing, "No buffer space available" or ENOBUFS is a POSIX error code defined in <errno.h>. This condition caused by lack of memory in the OS's buffers. [1][2] It typically occurs in socket programming.

See also

edit

References

edit