On Sat, 26 Oct 2019 17:07:16 -0400 [email protected] wrote: > 2.10.7 Socket I/O Mode > The I/O mode of a socket is described by the O_NONBLOCK file status > flag which pertains to the open file description for the socket. This > flag is initially off when a socket is created, but may be set and > cleared by the use of the F_SETFL command of the fcntl() function. > > https://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html
OK thanks for the links, so looks like a NetBSD bug then. I created kern/54650 PR.
