git: a779bb4d9491 - main - tcp_sso: add support for TCP_MAXUNACKTIME

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Thu, 29 Sep 2022 21:06:15 UTC
The branch main has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=a779bb4d94914ca559752a0ec2d0da879e218165

commit a779bb4d94914ca559752a0ec2d0da879e218165
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2022-09-29 00:02:11 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2022-09-29 00:02:11 +0000

    tcp_sso: add support for TCP_MAXUNACKTIME
    
    Reported by:            rscheff@
    Reviewed by:            rscheff@
    Sponsored by:           Netflix, Inc.
    Differential Revision:  https://reviews.freebsd.org/D36802
---
 usr.sbin/tcpsso/tcpsso.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/tcpsso/tcpsso.c b/usr.sbin/tcpsso/tcpsso.c
index 2ac4d0c57d1d..560e44fb81e6 100644
--- a/usr.sbin/tcpsso/tcpsso.c
+++ b/usr.sbin/tcpsso/tcpsso.c
@@ -192,6 +192,7 @@ static struct so_name so_names[] = {
 	tcp_entry(TCP_REMOTE_UDP_ENCAPS_PORT),	/* int */
 	tcp_entry(TCP_MAXSEG),			/* int */
 	tcp_entry(TCP_TXTLS_MODE),		/* unsigned int */
+	tcp_entry(TCP_MAXUNACKTIME),		/* unsigned int */
 	tcp_entry(TCP_KEEPIDLE),		/* unsigned int */
 	tcp_entry(TCP_KEEPINTVL),		/* unsigned int */
 	tcp_entry(TCP_KEEPINIT),		/* unsigned int */