1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 08:16:00 -04:00

Add Websocket Stream type

This commit is contained in:
Shelikhoo 2016-08-13 21:41:13 +08:00
parent 2eced2bd6c
commit 0d60d2449a
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21

View File

@ -18,6 +18,7 @@ const (
StreamConnectionTypeRawTCP StreamConnectionType = 1
StreamConnectionTypeTCP StreamConnectionType = 2
StreamConnectionTypeKCP StreamConnectionType = 4
StreamConnectionTypeWebSocket StreamConnectionType = 8
)
type StreamSecurityType int