This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: expose sendmmsg() syscall in sockets API
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: honglei.jiang, pitrou, socketpair
Priority: normal Keywords:

Created on 2016-05-14 17:39 by socketpair, last changed 2022-04-11 14:58 by admin.

Messages (3)
msg265538 - (view) Author: Марк Коренберг (socketpair) * Date: 2016-05-14 17:39
This syscall allows to send multiple messages at once.
msg265733 - (view) Author: Марк Коренберг (socketpair) * Date: 2016-05-16 21:50
This helps improve performance of asyncio datagram stream
msg410964 - (view) Author: honglei jiang (honglei.jiang) * Date: 2022-01-19 15:56
any plan for it?
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71209
2022-01-19 15:56:12honglei.jiangsetnosy: + honglei.jiang

messages: + msg410964
versions: + Python 3.11, - Python 3.6
2016-05-16 21:50:16socketpairsetmessages: + msg265733
2016-05-15 15:57:49SilentGhostsetnosy: + pitrou

versions: - Python 3.5
2016-05-14 17:39:02socketpaircreate