On Wed, Sep 1, 2021 at 9:59 AM [email protected] <[email protected]> wrote:
> Given that, I was wondering if anybody knows a way to interface with
> sendmmsg from Go?

As an example, the golang.org/x/net/ipv4 package implements WriteBatch
using sendmmsg:

- https://pkg.go.dev/golang.org/x/net/ipv4#PacketConn.WriteBatch

You can either use that method, or peek at the source code to see how
the syscall is called.

-- 
Wade Simmons

Reply via email to