mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
tcp_linux: make tcp congestion control algorithm selectable
Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name>
This commit is contained in:
parent
3c2e14801d
commit
50f6327722
8 changed files with 19 additions and 5 deletions
|
@ -21,5 +21,6 @@ func GetDefaults() platformDefaultParameters {
|
|||
MaximumIfMTU: 16384,
|
||||
DefaultIfMTU: 16384,
|
||||
DefaultIfName: "tun0",
|
||||
DefaultTCPCongestionControl: "",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue