High-performance batch read and write network packets Addendum
Original link: https://colobu.com/2023/05/21/batch-read-and-write-udp-packets-in-Go-2/ Some time ago, I wrote an article on high-performance batch reading and writing network packets , which introduced the sendmmsg system call, which can send network packets in batches. Some readers asked what is the difference between this and writev . In fact, look at their definitions, you will know where the […]
High-performance batch read and write network packets Addendum Read More »