subspace-com / fast_afpacketLinks
Go library for interacting with AF_PACKET sockets with socket timestamp support
☆20Updated 3 years ago
Alternatives and similar repositories for fast_afpacket
Users that are interested in fast_afpacket are comparing it to the libraries listed below
Sorting:
- eBPF sk_lookup program as a golang library☆30Updated 2 years ago
- Low-overhead, real-time network traffic monitoring, powered by eBPF and conntrack.☆100Updated 3 months ago
- Package ethtool allows control of the Linux ethtool generic netlink interface. MIT Licensed.☆70Updated 3 weeks ago
- Package xdp provides access to Linux userspace XDP sockets (AF_XDP). MIT Licensed.☆39Updated 6 years ago
- Package genetlink implements generic netlink interactions and data types. MIT Licensed.☆62Updated 2 years ago
- Go implementation of the venerable dropwatch utility☆39Updated 4 years ago
- Package packet provides access to Linux packet sockets (AF_PACKET). MIT Licensed.☆102Updated 2 years ago
- Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O…