add tcpcongestion (#1234)

* add `tcpcongestion`

* Update sockopt_linux.go

* Update config.pb.go

* Update transport_internet.go

* Update config.pb.go

* Update transport_internet.go

* Update config.proto
This commit is contained in:
xqzr 2022-10-11 01:13:50 +08:00 committed by GitHub
parent 43477109f5
commit 8cf23f1947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 0 deletions

View file

@ -96,4 +96,6 @@ message SocketConfig {
int32 tcp_keep_alive_interval = 10;
int32 tcp_keep_alive_idle = 11;
string tcp_congestion = 12;
}