mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-03 07:56:42 -05:00
Add Websocket Stream type
This commit is contained in:
parent
2eced2bd6c
commit
0d60d2449a
@ -18,6 +18,7 @@ const (
|
|||||||
StreamConnectionTypeRawTCP StreamConnectionType = 1
|
StreamConnectionTypeRawTCP StreamConnectionType = 1
|
||||||
StreamConnectionTypeTCP StreamConnectionType = 2
|
StreamConnectionTypeTCP StreamConnectionType = 2
|
||||||
StreamConnectionTypeKCP StreamConnectionType = 4
|
StreamConnectionTypeKCP StreamConnectionType = 4
|
||||||
|
StreamConnectionTypeWebSocket StreamConnectionType = 8
|
||||||
)
|
)
|
||||||
|
|
||||||
type StreamSecurityType int
|
type StreamSecurityType int
|
||||||
|
Loading…
Reference in New Issue
Block a user