Path: utzoo!mnetor!uunet!husc6!mailrus!ames!pasteur!ucbvax!OKEEFFE.BERKELEY.EDU!karels From: karels@OKEEFFE.BERKELEY.EDU (Mike Karels) Newsgroups: comp.protocols.tcp-ip Subject: Re: Out of Band data in 4.3 Message-ID: <8804110058.AA16148@okeeffe.Berkeley.EDU> Date: 11 Apr 88 00:58:47 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 You're wrong. The case PRU_RCVOOB no longer has anything to do with out-of-band data if SO_OOBINLINE is set. As out-of-band data is never removed from incoming packets, it is not stored in the protocol and is not retrieved from there. Calling recv with MSG_OOB with the SO_OOBINLINE option set is wrong. Mike