Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer above
authorclaudio <claudio@openbsd.org>
Mon, 21 Apr 2014 12:26:50 +0000 (12:26 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 21 Apr 2014 12:26:50 +0000 (12:26 +0000)
commitf9cc11ec63a921c1bbc5eb25dc0227ef4af699b4
tree92065b5d71332fa8c35487bff90036aff51a3aaf
parenta557b68ec1b7256c44ea5cd4760b7e6936cd1e49
Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer above
and do not fail and tear down the world when they happen.
usr.sbin/iscsid/connection.c
usr.sbin/iscsid/pdu.c