mirror of
https://passt.top/passt
synced 2024-11-10 06:30:13 +00:00
01e5611ec3
To simplify lifetime management of "listening" UDP sockets, UDP flow support needs to duplicate existing bound sockets. Those duplicates will be close()d when their corresponding flow expires, but we expect the original to still receive datagrams as always. That is, we expect the close() on the duplicate to remove the duplicated fd, but not to close the underlying UDP socket. Add a test program to doc/platform-requirements to verify this requirement. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
/reuseaddr-priority
|
|
/recv-zero
|
|
/udp-close-dup
|