diff --git a/usr.sbin/tcpsso/tcpsso.c b/usr.sbin/tcpsso/tcpsso.c index 2ac4d0c57d1..560e44fb81e 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 */