]> git.meshlink.io Git - utcp/commitdiff
Fix generating invalid retransmit timeouts.
authorGuus Sliepen <guus@sliepen.org>
Mon, 6 Apr 2020 06:35:05 +0000 (08:35 +0200)
committerGuus Sliepen <guus@sliepen.org>
Mon, 6 Apr 2020 06:35:05 +0000 (08:35 +0200)
If the retransmit timeout was more than a second we could end up
generating a timeout that was both invalid (tv_nsec >= 1e9) and too
large.


No differences found