Skip to content

net: use recvmmsg on Linux #3661

@gopherbot

Description

@gopherbot

by teixeiradavid:

Hello,

Go should implement the recvmmsg linux syscall to improve peformance.
The option to use either "recvmmsg" or "recvmsg" should be available
on higher level packages like "net" when reading from a socket.

This would be a huge plus for small packet processing.

Thanks.
David.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions