mirror of
https://passt.top/passt
synced 2025-09-01 09:23:13 +02:00
![]() Recent clang-tidy versions complain about enums defined with some but not all entries given explicit values. I'm not entirely convinced about whether that's a useful warning, but in any case we really don't need the explicit values in doc/platform-requirements/reuseaddr-priority.c, so remove them to make clang happy. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com> |
||
---|---|---|
.. | ||
.gitignore | ||
common.c | ||
common.h | ||
Makefile | ||
README | ||
recv-zero.c | ||
reuseaddr-priority.c | ||
udp-close-dup.c |
Platform Requirements ===================== TODO: document the various Linux specific features we currently require Test Programs ------------- In some places we rely on quite specific behaviour of sockets. Although Linux, at least, seems to behave as required, It's not always clear from the available documentation if this is required by POSIX or some other specification. To specifically document those expectations this directory has some test programs which explicitly check for the behaviour we need. When/if we attempt a port to a new platform, running these to check behaviour would be a good place to start.