mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-04-22 02:42:49 -04:00
fix vmess test
This commit is contained in:
parent
9b834a2148
commit
4f4ced6b02
@ -841,7 +841,8 @@ func TestVMessGCMMux(t *testing.T) {
|
|||||||
{
|
{
|
||||||
SenderSettings: serial.ToTypedMessage(&proxyman.SenderConfig{
|
SenderSettings: serial.ToTypedMessage(&proxyman.SenderConfig{
|
||||||
MultiplexSettings: &proxyman.MultiplexingConfig{
|
MultiplexSettings: &proxyman.MultiplexingConfig{
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
|
Concurrency: 4,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
ProxySettings: serial.ToTypedMessage(&outbound.Config{
|
ProxySettings: serial.ToTypedMessage(&outbound.Config{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user