cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Fri Feb 25 17:57:31 GMT 2005


rwatson     2005-02-25 17:57:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_socket.c 
  Log:
  Merge uipc_socket.c:1.232 from HEAD to RELENG_5:
  
    In soreceive(), when considering delivery to a socket in SS_ISCONFIRMING,
    only call the protocol's pru_rcvd() if the protocol has the flag
    PR_WANTRCVD set.  This brings that instance of pru_rcvd() into line with
    the rest, which do check the flag.
  
  Revision    Changes    Path
  1.208.2.16  +2 -1      src/sys/kern/uipc_socket.c


More information about the cvs-src mailing list