1
0
mirror of https://passt.top/passt synced 2024-09-19 14:00:53 +00:00
passt/doc
David Gibson 01e5611ec3 doc: Test behaviour of closing duplicate UDP sockets
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>
2024-07-17 15:30:14 +02:00
..
platform-requirements doc: Test behaviour of closing duplicate UDP sockets 2024-07-17 15:30:14 +02:00
ci.html README: Make it somewhat readable on mobile devices 2022-03-04 19:23:45 +01:00
demo_passt.html README: Make it somewhat readable on mobile devices 2022-03-04 19:23:45 +01:00
demo_pasta.html README: Make it somewhat readable on mobile devices 2022-03-04 19:23:45 +01:00
demo_podman.html README: Make it somewhat readable on mobile devices 2022-03-04 19:23:45 +01:00
demo.sh passt: Relicense to GPL 2.0, or any later version 2023-04-06 18:00:33 +02:00
passt_overview.excalidraw doc: Add source Excalidraw scene files for diagrams 2021-09-27 15:11:14 +02:00
passt_overview.excalidraw.license passt: Relicense to GPL 2.0, or any later version 2023-04-06 18:00:33 +02:00
pasta_overview.excalidraw doc: Add source Excalidraw scene files for diagrams 2021-09-27 15:11:14 +02:00
pasta_overview.excalidraw.license passt: Relicense to GPL 2.0, or any later version 2023-04-06 18:00:33 +02:00