Author :
cheloha
Date :
2020-07-24 20:39:03
Hash :a9f43bc3 Message :netinet: tcp_close(): delay reaper timeout by one tick
Zero-tick timeouts rely on implicit behavior in the timeout layer that
inhibits optimizations in softclock().
bluhm@ says waiting a tick for the reaper shouldn't break anything.
ok bluhm@