Merge shadowtls to library

This commit is contained in:
世界
2023-02-20 13:53:06 +08:00
parent 644153d61f
commit 8d04ccf2e3
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) {