fix vmess test

pull/432/head
Darien Raymond 2017-04-12 12:06:36 +02:00
parent 9b834a2148
commit 4f4ced6b02
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 2 additions and 1 deletions

View File

@ -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{