想使用UDP发包测试延迟,特别精准的那种,希望每次发包后立即发送,不缓存。
1
zhengxiaowai Apr 9, 2021
Datagrams can be sent immediately using sendto(2)
or sendmsg(2) with a valid destination address as an argument. https://man7.org/linux/man-pages/man7/udp.7.html |