High-speed packet transmission in Go: From net.Dial to AF_XDP
Guest Post: Pushing limits in Go — from net.Dial to syscalls, AF_PACKET, and lightning-fast AF_XDP. Benchmarking packet sending performance.
Guest Post: Pushing limits in Go — from net.Dial to syscalls, AF_PACKET, and lightning-fast AF_XDP. Benchmarking packet sending performance.
Guest Post: XDP allows you to build a high-performance peering router using just Linux, while leveraging various open-source routing daemons.
Guest Post: Vector Packet Processing is an open-source framework that enables super fast kernel bypass packet forwarding.