Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143967329
D23281.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D23281.diff
View Options
Index: head/share/man/man7/tuning.7
===================================================================
--- head/share/man/man7/tuning.7
+++ head/share/man/man7/tuning.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 30, 2017
+.Dd April 16, 2020
.Dt TUNING 7
.Os
.Sh NAME
@@ -435,7 +435,7 @@
The
.Fx
delayed ACK implementation also follows the TCP protocol rule that
-at least every other packet be acknowledged even if the standard 100ms
+at least every other packet be acknowledged even if the standard 40ms
timeout has not yet passed.
Normally the worst a delayed ACK can do is
slightly delay the teardown of a connection, or slightly delay the ramp-up
Index: head/sys/netinet/tcp_timer.h
===================================================================
--- head/sys/netinet/tcp_timer.h
+++ head/sys/netinet/tcp_timer.h
@@ -119,7 +119,7 @@
#define TCP_MAXRXTSHIFT 12 /* maximum retransmits */
-#define TCPTV_DELACK ( hz/10 ) /* 100ms timeout */
+#define TCPTV_DELACK ( hz/25 ) /* 40ms timeout */
/*
* If we exceed this number of retransmits for a single segment, we'll consider
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 3, 5:20 PM (10 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28425734
Default Alt Text
D23281.diff (1 KB)
Attached To
Mode
D23281: Reduce Delayed ACK timeout to 40ms
Attached
Detach File
Event Timeline
Log In to Comment