mirror of https://github.com/v2ray/v2ray-core
fix vmess test
parent
9b834a2148
commit
4f4ced6b02
|
@ -841,7 +841,8 @@ func TestVMessGCMMux(t *testing.T) {
|
|||
{
|
||||
SenderSettings: serial.ToTypedMessage(&proxyman.SenderConfig{
|
||||
MultiplexSettings: &proxyman.MultiplexingConfig{
|
||||
Enabled: true,
|
||||
Enabled: true,
|
||||
Concurrency: 4,
|
||||
},
|
||||
}),
|
||||
ProxySettings: serial.ToTypedMessage(&outbound.Config{
|
||||
|
|
Loading…
Reference in New Issue