CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/09 13:58:37
Modified files:
sys/netinet : tcp_usrreq.c
Log message:
Enforce range with sysctl_int_bounded in tcp_sysctl
One case uses the explicit range from the code and the other was
inferred from reading the usage.
OK millert@
