Use TCP BBR in a best-effort mode

This small commits conditionally sets TCP BBR as a preferrable algorithm
for TCP congestion control
This commit is contained in:
9seconds
2026-04-07 14:54:56 +02:00
parent 83b43aecc1
commit 88f33debab
3 changed files with 28 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build !linux
package network
import "syscall"
func setCongestionControl(conn syscall.RawConn) {}