Skip to content

Commit e68a4b6

Browse files
committed
Add tcp_ecn option to config.ini [freebsd.boot] section
Document the ECN switch introduced by CM4 (VIMAGE). Default 0=disabled for zero-regression; 1=passive ECN (upstream default).
1 parent 3c31cc5 commit e68a4b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ hz=100
319319
# You can increase this value according to your app.
320320
fd_reserve=1024
321321

322+
# TCP ECN (Explicit Congestion Notification).
323+
# 0=disable (default, zero-regression); 1=passive ECN (upstream default).
324+
#tcp_ecn=0
325+
322326
kern.ipc.maxsockets=262144
323327

324328
net.inet.tcp.syncache.hashsize=4096

0 commit comments

Comments
 (0)