From a779bb4d94914ca559752a0ec2d0da879e218165 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Thu, 29 Sep 2022 02:02:11 +0200 Subject: [PATCH] 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 */