mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
fix: reworked BBR to replace the broken old one
This commit is contained in:
parent
8faaf3b2e8
commit
844e94d6ca
16 changed files with 1737 additions and 948 deletions
|
@ -1,6 +1,6 @@
|
|||
module github.com/apernet/hysteria/extras
|
||||
|
||||
go 1.20
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/apernet/hysteria/core v0.0.0-00010101000000-000000000000
|
||||
|
@ -14,7 +14,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/apernet/quic-go v0.39.1-0.20230924223134-79ed77c4df4f // indirect
|
||||
github.com/apernet/quic-go v0.39.1-0.20230930045547-13cecb45baa8 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
||||
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
||||
|
@ -26,7 +26,6 @@ require (
|
|||
github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
|
||||
github.com/stretchr/objx v0.5.0 // indirect
|
||||
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
|
||||
github.com/zhangyunhao116/fastrand v0.3.0 // indirect
|
||||
go.uber.org/mock v0.3.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue