Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2017 09:54:55 -0600
From:      Alan Somers <asomers@freebsd.org>
To:        "George V. Neville-Neil" <gnn@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r302474 - in head: cddl/lib/libdtrace tests/sys/netinet
Message-ID:  <CAOtMX2gbL3O0kPtQR-1rc21B7PWpmC3tc8wC2Ro=s721WtNAEg@mail.gmail.com>
In-Reply-To: <201607082344.u68NiAcj026917@repo.freebsd.org>
References:  <201607082344.u68NiAcj026917@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 8, 2016 at 5:44 PM, George V. Neville-Neil <gnn@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOtMX2gbL3O0kPtQR-1rc21B7PWpmC3tc8wC2Ro=s721WtNAEg>