Open utterances-bot opened 8 months ago
原文: High-Speed Packet Processing in Go: From net.Dial to AF_XDP by Andree Toonk.
https://colobu.com/2024/03/12/high-speed-packet-transmission-in-go-from-net-dial-to-af-xdp/
捉个虫,倒数第二段 ”通过使用内存映射(mmap)环形缓冲区“ 里的 “mmap” 的格式有问题。markdown 原文我猜是写成了 mmap 而不是 mmap,反引号加错地方了。
mma
mmap
Go 中的高速数据包处理:从 net.Dial 到 AF_XDP
原文: High-Speed Packet Processing in Go: From net.Dial to AF_XDP by Andree Toonk.
https://colobu.com/2024/03/12/high-speed-packet-transmission-in-go-from-net-dial-to-af-xdp/