tcp_sso: add support for TCP_MAXUNACKTIME

Reported by:		rscheff@
Reviewed by:		rscheff@
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D36802
This commit is contained in:
Michael Tuexen 2022-09-29 02:02:11 +02:00
parent 78f3c734a5
commit a779bb4d94

View File

@ -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 */