rwatson 2007-01-12 21:49:36 UTC
FreeBSD src repository
Added files:
tools/regression/sockets/zerosend Makefile zerosend.c
Log:
Add a regression test for sending and writing zero bytes to sockets of
various types, as well as pipes and fifos for good measure. RELENG_6
currently passes all of these tests, but 7-CURRENT fails 0-byte writes
and sends on all stream socket types (and fifos, as they are based on
stream sockets).
Bumped into by: peter
Diagnosed by: jhb
Problem of: andre
Revision Changes Path
1.1 +7 -0 src/tools/regression/sockets/zerosend/Makefile (new)
1.1 +271 -0 src/tools/regression/sockets/zerosend/zerosend.c (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"