CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/13 11:10:55
Modified files:
sys/netinet : tcp_var.h
Log message:
In tcp_now() switch from getnsecuptime() to getnsecruntime()
The tcp timer is not supposed to run during suspend but getnsecuptime() does
and because of this sessions with TCP_KEEPALIVE on reset after a few hours
of sleep.
Problem noticed by mlarkin@, investigation by yasuoka@ additional testing jca@
OK yasuoka@ jca@ cheloha@
