mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
update quic test
This commit is contained in:
parent
480175691c
commit
7dee0a71c1
@ -309,6 +309,9 @@ func TestVMessQuic(t *testing.T) {
|
|||||||
ProtocolName: "quic",
|
ProtocolName: "quic",
|
||||||
Settings: serial.ToTypedMessage(&quic.Config{
|
Settings: serial.ToTypedMessage(&quic.Config{
|
||||||
Header: serial.ToTypedMessage(&wechat.VideoConfig{}),
|
Header: serial.ToTypedMessage(&wechat.VideoConfig{}),
|
||||||
|
Security: &protocol.SecurityConfig{
|
||||||
|
Type: protocol.SecurityType_NONE,
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -366,6 +369,9 @@ func TestVMessQuic(t *testing.T) {
|
|||||||
ProtocolName: "quic",
|
ProtocolName: "quic",
|
||||||
Settings: serial.ToTypedMessage(&quic.Config{
|
Settings: serial.ToTypedMessage(&quic.Config{
|
||||||
Header: serial.ToTypedMessage(&wechat.VideoConfig{}),
|
Header: serial.ToTypedMessage(&wechat.VideoConfig{}),
|
||||||
|
Security: &protocol.SecurityConfig{
|
||||||
|
Type: protocol.SecurityType_NONE,
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user