Failing to receive message with MSG_OOB

2014-07-16 Thread Vincent Gross
Hi folks, I am trying to observe the effect of MSG_OOB while receiving data. I have a small demo program that creates an accepting socket, connect a sending socket to the accepting, closes the accepting socket to keep only the sending and the receiving, forks, and handle receive on the parent

Re: Failing to receive message with MSG_OOB

2014-07-16 Thread Philip Guenther
On Wed, 16 Jul 2014, Vincent Gross wrote: I am trying to observe the effect of MSG_OOB while receiving data. I have a small demo program that creates an accepting socket, connect a sending socket to the accepting, closes the accepting socket to keep only the sending and the receiving,