git: Revert "tcp: Fix comment, while I'm here."
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Jun 23 01:44:22 PDT 2017
commit 2bbeeef5896a017e8d2b8e27c3a69074d807484c
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Fri Jun 23 16:40:05 2017 +0800
Revert "tcp: Fix comment, while I'm here."
This reverts commit 0358cc7b162d3691aa84a06d67472c3947a7157d.
The "feasible timer" is 2 ticks; so it will not expire too earlier:
X Y
+....+....+
A
|
set timer
If tick is 1, timer will expire too earlier (1/5 tick later), 2 ticks
obviously are better choice and safe here.
Summary of changes:
sys/netinet/tcp_input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2bbeeef5896a017e8d2b8e27c3a69074d807484c
--
DragonFly BSD source repository
More information about the Commits
mailing list