Merge shadowtls to library

This commit is contained in:
世界 2023-02-20 13:53:06 +08:00
parent 222196b182
commit 4135c4974f
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
55 changed files with 56 additions and 23338 deletions

View file

@ -82,9 +82,6 @@ func testShadowTLS(t *testing.T, version int, password string) {
DialerOptions: option.DialerOptions{
Detour: "detour",
},
MultiplexOptions: &option.MultiplexOptions{
Enabled: true,
},
},
},
{
@ -117,7 +114,7 @@ func testShadowTLS(t *testing.T, version int, password string) {
}},
},
})
testSuit(t, clientPort, testPort)
testTCP(t, clientPort, testPort)
}
func TestShadowTLSFallback(t *testing.T) {