RSS 2025-12-06 03:47
tutorials

Exploring byte parsing APIs in Go

来源:Gopher Academy

Several years ago, I began exploring Linux’s Netlink inter-process communication interface. Netlink is used for retrieving information from the Linux kernel, and in order to cross the kernel boundary, information is typically packed into Netlink attributes.