Networking Forums

Networking Forums > Computer Networking > Linux Networking > receive on socket with MSG_WAITALL flag

Reply
Thread Tools Display Modes

receive on socket with MSG_WAITALL flag

 
 
Shanthi Paladugu
Guest
Posts: n/a

 
      11-08-2004, 04:31 PM
Hi,

When a recv(sock, buf, len, MSG_WAITALL) is done on a blocking
socket, does the call block until len bytes are received into buf? And
are the bytes taken off the queue with this operation unlike when the
flag MSG_PEEK is used?

Thanks,
Shanthi.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How big is socket receive buffer, and how to control it? C. J. Clegg Linux Networking 1 04-30-2006 08:58 AM
How to get my local ethernet ip on which i receive a socket data?? kernel.lover Linux Networking 1 03-22-2005 08:41 AM
application to receive ethernet|IP|UDP a ethernet|ppp|IP|UDP packages over socket Andreas Linux Networking 0 06-07-2004 03:24 AM
How to receive UDP and ICMP packet using one UDP socket, (Path MTUD) Rajat Linux Networking 3 05-29-2004 06:19 PM
netlink socket to receive route updates not working??? Deepak Linux Networking 0 09-29-2003 09:40 AM



1 2 3 4 5 6 7 8 9 10 11