Add TCP_NOTSENT_LOWAT setting

This commit is contained in:
9seconds
2026-04-07 15:39:26 +02:00
parent 2f62e8055d
commit 0de8b28de8
4 changed files with 36 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ func setCommonSocketOptions(conn *net.TCPConn, keepAliveConfig net.KeepAliveConf
setCongestionControl(rawConn)
setTCPUserTimeout(rawConn, keepAliveConfig)
setNotSentLowat(rawConn)
return nil
}