History log of /freebsd/tests/sys/netinet/udp_io.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 50789d0b 28-May-2025 Gleb Smirnoff <glebius@FreeBSD.org>

tests/netinet: fix several tests that depended on connect(INADDR_ANY)

Fixes: cd240957d7ba43d819e9d59c6f6517fe915102c7


Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0
# 3f3d19d8 23-Mar-2024 Gleb Smirnoff <glebius@FreeBSD.org>

tests/netinet: fix UDP I/O test build

Fixes: 8d3d9ca8bd3db284f6ae671f1e816ba2822f0988


# 8d3d9ca8 23-Mar-2024 Gleb Smirnoff <glebius@FreeBSD.org>

tests/netinet: add UDP socket I/O tests

Start a file that would collect tests for I/O functionality of a UDP
socket, targeted on how a socket interacts with userland rather than with
wire side of th

tests/netinet: add UDP socket I/O tests

Start a file that would collect tests for I/O functionality of a UDP
socket, targeted on how a socket interacts with userland rather than with
wire side of the protocol.

First version tests that MSG_TRUNC and MSG_PEEK are working correctly.

show more ...