Some TCP timer units have changed from slowhz to msec and their
authorbluhm <bluhm@openbsd.org>
Fri, 9 Dec 2022 00:24:44 +0000 (00:24 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 9 Dec 2022 00:24:44 +0000 (00:24 +0000)
commitec28bbb16197f0aa11321b969cc9221b7bb25e84
tree309ab268fc1c3c58f5438ab249897cd3bc31d170
parent4cc21d0add677cce95af7fd08db4ce1b23e7579d
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
sys/netinet/tcp_input.c