axboe-liburing 2.15.1

Low-level io_uring interface, transliterated from Jens Axboe's liburing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Set address details for send requests

# DESCRIPTION

The [io_uring_prep_send_set_addr] function sets a socket
destination address specified by *dest_addr* and its length using
*addr_len* parameters. It can be used once *sqe* is prepared using any
of the [send](https://man7.org/linux/man-pages/man2/send.2.html) io_uring helpers. See man pages of
[io_uring_prep_send] or [io_uring_prep_send_zc].

# RETURN VALUE

None

# SEE ALSO

[io_uring_get_sqe], [io_uring_prep_send],
[io_uring_prep_send_zc], [send](https://man7.org/linux/man-pages/man2/send.2.html)