Files
fips/src
Martti Malmi fa736b19a8 Batch macOS connected UDP receives
Connected peer drains currently issue one recv syscall for each queued datagram on macOS even though the wildcard UDP path already uses recvmsg_x.

Reuse the Darwin batch ABI for connected sockets, preserving partial-batch and EINTR behavior while requesting up to 32 datagrams per receive call. Add a connected-socket burst test that crosses the batch boundary.
2026-08-09 22:59:10 +03:00
..
2026-08-09 13:41:03 +00:00
2026-07-29 02:17:34 +00:00
2026-08-09 22:59:10 +03:00
2026-07-29 02:17:34 +00:00