cvs commit: src/sys/kern uipc_socket.c
Robert Watson
rwatson at FreeBSD.org
Sun Feb 20 15:54:45 GMT 2005
rwatson 2005-02-20 15:54:44 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
Log:
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.
MFC after: 3 days
Revision Changes Path
1.232 +2 -1 src/sys/kern/uipc_socket.c
More information about the cvs-src
mailing list