In article <11b3f519-e0d6-40c3-a73d-aa673b225...@googlegroups.com>,
 justhots...@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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to