CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/23 12:28:34
Modified files:
sbin/iked : control.c iked.h ocsp.c proc.c types.h util.c
Log message:
Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls
with the SOCK_NONBLOCK flag to socket() and accept4().
OK claudio@ jung@
