This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
Releases: asavie/xdp
Releases · asavie/xdp
Use bpf2go in dumpframes example #8
Revise kernel kick and Poll code #6
v0.3.2 Revise kernel kick and Poll code #6
Remove memory allocations on Rx/Tx paths #5
v0.3.1 Remove memory allocations on Rx/Tx paths #5
Allow socket option configuration (by @crandles)
Allow to configure Socket options, such as the sizes of the ring queues, using the SocketOptions struct.
From @crandles.
Decouple eBPF / interface initialization from xdp socket creation (by @crandles)
v0.2.0 Add signal handler by @glaslos to the minimal usage example in godoc
v0.1.0: Merge pull request #2 from glaslos/gofmt_gomod
go module and gofmt and lint warnings