mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-27 12:35:21 -05:00
protobuf for stream settings
This commit is contained in:
@@ -63,8 +63,8 @@ func TestNormalGetRequest(t *testing.T) {
|
||||
&proxy.InboundHandlerMeta{
|
||||
Address: v2net.LocalHostIP,
|
||||
Port: port,
|
||||
StreamSettings: &internet.StreamSettings{
|
||||
Type: internet.StreamConnectionTypeRawTCP,
|
||||
StreamSettings: &internet.StreamConfig{
|
||||
Network: v2net.Network_RawTCP,
|
||||
}})
|
||||
defer httpProxy.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user