History log of /freebsd-10.1-release/tools/regression/netinet/udpzerobyte/udpzerobyte.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 243316 19-Nov-2012 emaste

Use '%zu' and '%zd' as appropriate for size_t / ssize_t.


# 183676 07-Oct-2008 rwatson

Update udpzerobyte to understand that passing 0 as a length to recv(2)
will cause it to return 0, not EAGAIN.

Add UNIX domain socket support to udpzerobyte, which suggests this
regression test should be moved to the general sockets test area rather
than netinet.


# 183668 07-Oct-2008 rwatson

Add IPv6 support to zero-size UDP transmit/receive test.


# 183666 07-Oct-2008 rwatson

Regression test for the loopback handling of zero-length UDP packets, which
should be delivered but without payload.