Results 1 to 1 of 1
Hi,
I am doing a raw socket programming! In that I specified MSG_NOWAIT flag in recv() function,and also I am calling the recv() function repetedly using while(1) loop. But some ...
- 05-22-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 2
Socket recv function Problem
Hi,
I am doing a raw socket programming! In that I specified MSG_NOWAIT flag in recv() function,and also I am calling the recv() function repetedly using while(1) loop. But some times, the socket is not receiving the messages i.e some of the packets were dropped in the kernel. What will be the reason? and how to overcome this?


Reply With Quote