mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 11:54:01 +03:00
Add TCP_NOTSENT_LOWAT setting
This commit is contained in:
@@ -25,6 +25,7 @@ func setCommonSocketOptions(conn *net.TCPConn, keepAliveConfig net.KeepAliveConf
|
||||
|
||||
setCongestionControl(rawConn)
|
||||
setTCPUserTimeout(rawConn, keepAliveConfig)
|
||||
setNotSentLowat(rawConn)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user