mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +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!