diff options
author | bms <bms@FreeBSD.org> | 2004-06-22 23:58:09 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-06-22 23:58:09 +0000 |
commit | 00a26380d46d88d76ced8274bb50f6e150dad4cc (patch) | |
tree | 11bb37ccb16ab7e105c6e4c1a9917330d08237a0 /lib/libc | |
parent | 4920eabfa9fedb0d460c1021b12be50898818ede (diff) | |
download | FreeBSD-src-00a26380d46d88d76ced8274bb50f6e150dad4cc.zip FreeBSD-src-00a26380d46d88d76ced8274bb50f6e150dad4cc.tar.gz |
Fix an inconsistency in socket option propagation on accept(). Propagate
the SS_NBIO flag from the parent socket to the child socket during an
accept() operation.
The file descriptor O_NONBLOCK flag would have been propagated already
by the fflag assignment, and therefore would have been inconsistent
with the underlying socket's so_state member.
This makes accept() more closely adhere to the API contract we effectively
outline in the manual page. Note also that Linux continues to differ here;
O_NONBLOCK is not propagated. The other BSDs do propagate the flag, as
does Solaris. The Single UNIX Specification does not offer specific
advice on this issue.
PR: kern/45733
Requested by: Jayanth Vijayaraghavan
Reviewed by: rwatson
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions