CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/05/13 03:17:41
Modified files: sys/netinet : tcp_usrreq.c Log message: Unlock TCPCTL_ROOTONLY and TCPCTL_BADDYNAMIC cases of tcp_sysctl(). The copy-paste from udp_sysctl(). It is not reasonable to combine this code with UDP and make it more complex. ok bluhm