Improve multiplex

This commit is contained in:
世界
2023-04-20 11:16:22 +08:00
parent f61c5600e0
commit 9c287094e2
14 changed files with 346 additions and 47 deletions

View File

@@ -29,6 +29,10 @@ func TestShadowsocksMux(t *testing.T) {
}
}
func TestShadowsockH2Mux(t *testing.T) {
testShadowsocksMux(t, mux.ProtocolH2Mux.String())
}
func testShadowsocksMux(t *testing.T, protocol string) {
method := shadowaead_2022.List[0]
password := mkBase64(t, 16)