Update BBR and Hysteria congestion control & Migrate legacy Hysteria protocol to library

This commit is contained in:
世界
2023-10-21 12:00:00 +08:00
parent 9a1055d196
commit 9bd0a4b4bc
17 changed files with 214 additions and 1402 deletions

View File

@@ -79,7 +79,7 @@ func TestHysteriaSelf(t *testing.T) {
},
},
})
testSuitSimple1(t, clientPort, testPort)
testSuit(t, clientPort, testPort)
}
func TestHysteriaInbound(t *testing.T) {
@@ -118,7 +118,7 @@ func TestHysteriaInbound(t *testing.T) {
caPem: "/etc/hysteria/ca.pem",
},
})
testSuitSimple1(t, clientPort, testPort)
testSuit(t, clientPort, testPort)
}
func TestHysteriaOutbound(t *testing.T) {