Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62305

Re: C langauge recvmmsg() function in Python

From Roy Smith <roy@panix.com>
Newsgroups comp.lang.python
Subject Re: C langauge recvmmsg() function in Python
Date 2013-12-18 09:49 -0500
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <roy-ACAEDF.09491818122013@news.panix.com> (permalink)
References <11b3f519-e0d6-40c3-a73d-aa673b2259ef@googlegroups.com>

Show all headers | View raw


In article <11b3f519-e0d6-40c3-a73d-aa673b2259ef@googlegroups.com>,
 justhotshot@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.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

C langauge recvmmsg() function in Python justhotshot@gmail.com - 2013-12-18 01:00 -0800
  Re: C langauge recvmmsg() function in Python Roy Smith <roy@panix.com> - 2013-12-18 09:49 -0500

csiph-web