CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/08/14 02:50:25
Modified files: sys/netinet : tcp_input.c sys/netinet6 : icmp6.c nd6.c nd6.h Log message: Unlock ICMPV6CTL_ND6_MAXNUDHINT case of icmp6_sysctl(). Load value of `nd6_maxnudhint' to local variable and pass it to nd6_nud_hint(). It called in loop in tcp_flush_queue(). Also it called multiple times in tcp_input_solocked(). ok bluhm