CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2015/10/26 22:27:01
Modified files: usr.sbin/radiusd: radiusd.c radiusd_radius.c Log message: Set O_NONBLOCK for UDP sockets not to block on recv(). Actually block had happened if an error of the socket is handled by send(). diff from Yuuichi Someya.