summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-06-22 23:58:09 +0000
committerbms <bms@FreeBSD.org>2004-06-22 23:58:09 +0000
commit00a26380d46d88d76ced8274bb50f6e150dad4cc (patch)
tree11bb37ccb16ab7e105c6e4c1a9917330d08237a0 /lib/libc
parent4920eabfa9fedb0d460c1021b12be50898818ede (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud