C langauge recvmmsg() function in Python

Roy Smith roy at panix.com
Wed Dec 18 09:49:19 EST 2013


In article <11b3f519-e0d6-40c3-a73d-aa673b2259ef at googlegroups.com>,
 justhotshot at gmail.com wrote:

> Hi All,
> 
> Is there a C langauge recvmmsg() function (receive multiple messages on a 
> socket) equivalent in python?
> recvmmsg details url: http://man7.org/linux/man-pages/man2/recvmmsg.2.html

AFAIK, no such Python call exists.  Just do recv() in a loop.



More information about the Python-list mailing list