CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/08 17:24:44
Modified files:
sys/netinet : tcp_input.c
Log message:
Some TCP timer units have changed from slowhz to msec and their
type from short to int. Also switch local variables holding temporary
timer values from short to int.
OK yasuoka
