Convert tcptv_keep_init in milliseconds before comparing other values
authoryasuoka <yasuoka@openbsd.org>
Thu, 8 Dec 2022 05:59:39 +0000 (05:59 +0000)
committeryasuoka <yasuoka@openbsd.org>
Thu, 8 Dec 2022 05:59:39 +0000 (05:59 +0000)
commit38ed47e3db420ccce886f582c50ce5163e0bdb1c
tree1f909110c0b5195d0da8ac4c26c7fbb7a2491247
parenta962230cfad4e3e61d51043284c2b63fcce27c94
Convert tcptv_keep_init in milliseconds before comparing other values
of tcp time.  This fixes the retransmit timer of syn_cache which was
broken.  reported by naddy, input dlg, test jca

ok jca
sys/netinet/tcp_input.c