Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2003 11:52:45 +0400 (MSD)
From:      Igor Sysoev <is@rambler-co.ru>
To:        freebsd-stable@freebsd.org
Cc:        Tor Egge <tegge@FreeBSD.org>
Subject:   MFC: Sync new socket nonblocking/async state with file flags in accept()
Message-ID:  <Pine.BSF.4.21.0304071145050.40397-100000@is>

next in thread | raw e-mail | index | archive | help

Is this MFC needed in RELENG_4 ?

-----
tegge       2003/04/04 09:11:16 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/kern             uipc_syscalls.c
  Log:
  MFC: Sync new socket nonblocking/async state with file flags in accept().
 
  PR:             1775
 
  Revision   Changes    Path
  1.65.2.17  +7 -0      src/sys/kern/uipc_syscalls.c
-----

I ran the PR 1775 test program on FreeBSD 3.4, 4.2, 4.3, 4.7 with
the same result:

-----
Socket fcntl options are: 6
 O_NONBLOCK = 1
 O_APPEND = 0
 O_ASYNC = 0
-----


Igor Sysoev
http://sysoev.ru/en/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0304071145050.40397-100000>