cvs commit: src/tools/regression/netinet/msocket Makefile msocket.c

[ Available lists | Index of cvs-src | Month of Jul 2005 | Week of 22 Jul 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Robert Watson <rwatson@FreeBSD.org>
Date
22 Jul 2005 19:36:29
Subject
cvs commit: src/tools/regression/netinet/msocket Makefile msocket.c
Message-ID
200507221936.j6MJaTVW031600@repoman.freebsd.org


[ Hide this part ]
rwatson     2005-07-22 19:36:29 UTC

FreeBSD src repository

Added files:
tools/regression/netinet/msocket Makefile msocket.c
Log:
Add a simple multicast socket regression test set:

- Test that the basic socket options have the right defaults, that we can
change them, read them back, etc.

- Add and remove some multicast addresses.

- Send a loopback multicast address and make sure it arrives intact.

There's more that could be done here, but it's a start.

MFC after: 3 days

Revision Changes Path
1.1 +7 -0 src/tools/regression/netinet/msocket/Makefile (new)
1.1 +464 -0 src/tools/regression/netinet/msocket/msocket.c (new)


Elapsed time: 0.086 seconds