svn commit: r302474 - in head: cddl/lib/libdtrace tests/sys/netinet

Alan Somers asomers at freebsd.org
Tue Aug 8 15:54:58 UTC 2017


On Fri, Jul 8, 2016 at 5:44 PM, George V. Neville-Neil <gnn at freebsd.org> wrote:
> Author: gnn
> Date: Fri Jul  8 23:44:09 2016
> New Revision: 302474
> URL: https://svnweb.freebsd.org/changeset/base/302474
>
> Log:
>   On FreeBSD there is a setsockopt option SO_USER_COOKIE which allows
>   setting a 32 bit value on each socket. This can be used by applications
>   and DTrace as a rendezvous point so that an applicaton's data can
>   more easily be captured at run time. Expose the user cookie via
>   DTrace by updating the translator in tcp.d and add a quick test
>   program, a TCP server, that sets the cookie on each connection
>   accepted.
>
>   Reviewed by:  hiren
>   MFC after:    1 week
>   Sponsored by: Limelight Networks
>   Differential Revision:        https://reviews.freebsd.org/D7152

I just noticed that the test program isn't hooked up to Kyua at all.
Nothing will ever run it.  Is there supposed to be a short atf-sh
script that invokes it?

-Alan


More information about the svn-src-all mailing list