History log of /freebsd-current/usr.sbin/tcpsso/tcpsso.8
Revision Date Author Comments
# 256fe4a1 14-Jan-2024 Michael Tuexen <tuexen@FreeBSD.org>

tcpsso: fix TIME_WAIT description in man-page

Reviewed by: manpages(pauamma_gundo.com)
Fixes: e179d9739b14 ("tcpsso: support TIME_WAIT state")
MFC after: 3 days
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D43424


# e179d973 06-Jan-2024 Michael Tuexen <tuexen@FreeBSD.org>

tcpsso: support TIME_WAIT state

TCP endpoints in TIME_WAIT are not handled in a special way anymore.
Therefore, they can be handled now by tcpsso.

Reviewed by: rscheff
MFC after: 1 week
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D43351


# f402e087 06-Jan-2024 Michael Tuexen <tuexen@FreeBSD.org>

tcpsso: fix typos in man page

Reviewed by: manpages (bcr)
MFC after: 1 week
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D43342


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix


# 61a73acd 30-Jun-2022 Michael Tuexen <tuexen@FreeBSD.org>

tcpsso: improve man page

Describe explicitly the handling of TCP endpoints in the TIME-WAIT and
SYN-RCVD state.

Reported by: glebius@
Reviewed by: glebius@
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D35651


# 80212a36 10-Feb-2022 Gordon Bergling <gbe@FreeBSD.org>

tcpsso.8: Add a history section to the manpage

Mention that the tcpsso command first appeard in FreeBSD 14.


# d24e064a 09-Feb-2022 Michael Tuexen <tuexen@FreeBSD.org>

tcpsso: fix typo in man page

Reported by: maxim
Sponsored by: Netflix, Inc.


# 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