Code Comments
Programming Forum and web based access to our favorite programming groups.I've been trying to find this on the net through constant googling but I can't. Does a read() call (or any receive call for that matter) on a udp socket read at most 1 udp packet or will it read potentially several? Anyone know where to find documentation on this? Thank you.
Post Follow-up to this messageIn article <c625796a.0410301107.6a741c16@posting.google.com>, alkaline57@yahoo.com (Alkaline) wrote: > I've been trying to find this on the net through constant googling but > I can't. Does a read() call (or any receive call for that matter) on a > udp socket read at most 1 udp packet or will it read potentially > several? Anyone know where to find documentation on this? It will read at most 1 packet. I expect this is mentioned somewhere in Unix Network Programming -- if you're doing any significant amount of socket programming, you really should have this book. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.