mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 21:13:24 +00:00
Calling recvmsg first means no poll syscall needed when messages are already in the operating system queue. Empirically, this happens when repeating a DNS query that has been already been made recently. In such case, poll() is never called!