On Fri, Jul 8, 2016 at 5:44 PM, George V. Neville-Neil <g...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to