mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 00:11:56 +03:00
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:
@@ -0,0 +1,7 @@
|
||||
//go:build !linux
|
||||
|
||||
package network
|
||||
|
||||
import "syscall"
|
||||
|
||||
func setCongestionControl(conn syscall.RawConn) {}
|
||||
Reference in New Issue
Block a user