881631a2a3
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
5 lines
51 B
Makefile
5 lines
51 B
Makefile
PROG= tcpsso
|
|
MAN= tcpsso.8
|
|
|
|
.include <bsd.prog.mk>
|