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

Robert Watson rwatson at FreeBSD.org
Fri Jul 22 19:36:30 GMT 2005


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)


More information about the cvs-all mailing list