1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00
Ben Noordhuis e8969bff6c unix,win: add uv_udp_try_send2
Add a version of uv_udp_try_send that can send multiple datagrams.

Uses sendmmsg(2) on platforms that support it (Linux, FreeBSD, macOS),
falls back to a regular sendmsg(2) loop elsewhere.

This work was sponsored by ISC, the Internet Systems Consortium.
2024-12-13 21:52:59 +01:00
..
2020-03-27 23:51:32 +01:00
2024-09-17 21:30:24 +02:00
2011-04-19 04:47:21 +02:00
2011-04-19 04:47:21 +02:00
2024-08-05 17:15:53 -04:00
2024-12-12 15:55:16 +01:00