Skip to content

Instantly share code, notes, and snippets.

View bryancoxwell's full-sized avatar

Bryan Coxwell bryancoxwell

View GitHub Profile
@bryancoxwell
bryancoxwell / sendmmsg.go
Last active July 17, 2024 18:54
Comparing sendto to sendmmsg for layer 2 frames in Go
package main
import (
"fmt"
"net"
"time"
"unsafe"
"golang.org/x/sys/unix"
"github.com/google/gopacket"