]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r294840
authorhiren <hiren@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Jan 2016 21:30:49 +0000 (21:30 +0000)
committerhiren <hiren@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Jan 2016 21:30:49 +0000 (21:30 +0000)
commitfc402859ec0e8853a19c3131ee2684a75c4a3200
tree0929ccb75fbbc1259a9fae616ca387c5842eaaac
parent698722923ca4847f5ef5d101e718a5082b854ebf
MFC r294840

Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds and
60 seconds, respectively. Turn them into sysctls that can be tuned live. The
default values of 5 seconds and 60 seconds have been retained.

git-svn-id: svn://svn.freebsd.org/base/stable/10@295015 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/tcp_output.c
sys/netinet/tcp_subr.c
sys/netinet/tcp_timer.c
sys/netinet/tcp_timer.h