Searched hist:136390 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/tools/regression/netinet/ipsockopt/
H A Dipsockopt.cdiff 136390 Mon Oct 11 17:03:53 MDT 2004 rwatson 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.

Completed in 59 milliseconds