CVSROOT:        /cvs
Module name:    src
Changes by:     e...@cvs.openbsd.org    2012/10/25 12:14:24

Modified files:
        usr.sbin/smtpd : ioev.c 

Log message:
Handle the case where writev() fails with EAGAIN.  In theory it cannot
happen, but it seems that kqueue triggers the event sometimes, even if
the socket is not immediatly writeable.  Temporary workaround it while
the real issue is being investigated.

ok gilles@ chl@

Reply via email to