CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/06/03 14:46:31
Modified files: sys/kern : kern_sysctl.c Log message: Export TCP send congestion window also for IPv6. In sysctl fill_file() copy out TCP snd_cwnd also for inet6 case so netstat -B can show it. Obviously an oversight. While there, replace cast with common macro. OK claudio@ deraadt@