[issue27022] expose sendmmsg() syscall in sockets API

2022-01-19 Thread honglei jiang
honglei jiang added the comment: any plan for it? -- nosy: +honglei.jiang versions: +Python 3.11 -Python 3.6 ___ Python tracker ___ ___

[issue27022] expose sendmmsg() syscall in sockets API

2016-05-16 Thread Марк Коренберг
Марк Коренберг added the comment: This helps improve performance of asyncio datagram stream -- ___ Python tracker ___ ___ Python-bugs-

[issue27022] expose sendmmsg() syscall in sockets API

2016-05-15 Thread SilentGhost
Changes by SilentGhost : -- nosy: +pitrou versions: -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27022] expose sendmmsg() syscall in sockets API

2016-05-14 Thread Марк Коренберг
New submission from Марк Коренберг: This syscall allows to send multiple messages at once. -- components: Library (Lib) messages: 265538 nosy: mmarkk priority: normal severity: normal status: open title: expose sendmmsg() syscall in sockets API type: enhancement versions: Python 3.5, Py