freebsd-dev/tools/regression/netinet
Robert Watson cdeeed7a38 A number of improvements to the IP socket option API regression test:
- Consistently use err/errx/warnx throughout, rather than using perror()
  and exit().

- Teach the tests how to better manage (and therefore test) privilege:
  in particular, how to create sockes with root credentials but exercise
  the privileges with non-root credentials, etc.

- Teach the test suite to apply each of the non-IP_HDRINCL options across
  each of SOCK_DGRAM, SOCK_STREAM, and SOCK_RAW.
2004-10-11 19:03:53 +00:00
..
ipsockopt A number of improvements to the IP socket option API regression test: 2004-10-11 19:03:53 +00:00
tcpconnect Add a simple C-based TCP connection generator, which generates and 2004-10-09 20:58:28 +00:00
tcpstream