NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Non-blocking socket bug
On Sat, 26 Oct 2019 17:07:16 -0400
gary%duzan.org@localhost 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.
Home |
Main Index |
Thread Index |
Old Index