History log of /freebsd-current/usr.sbin/tcpsso/Makefile
Revision Date Author Comments
# 881631a2 09-Feb-2022 Michael Tuexen <tuexen@FreeBSD.org>

usr.sbin: add tcpsso

tcpsso is a command line tool to apply a socket option to an
existing TCP endpoint, which is identified by the inp_gencnt.
tcpsso can be used, for example, to switch the congestion control
module or the TCP stack.

Reviewed by: rrs, rscheff, debdrup, pau amma
Relnotes: yes
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D34139