mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
Add Websocket Stream type
This commit is contained in:
@@ -15,9 +15,10 @@ type Reusable interface {
|
||||
type StreamConnectionType int
|
||||
|
||||
const (
|
||||
StreamConnectionTypeRawTCP StreamConnectionType = 1
|
||||
StreamConnectionTypeTCP StreamConnectionType = 2
|
||||
StreamConnectionTypeKCP StreamConnectionType = 4
|
||||
StreamConnectionTypeRawTCP StreamConnectionType = 1
|
||||
StreamConnectionTypeTCP StreamConnectionType = 2
|
||||
StreamConnectionTypeKCP StreamConnectionType = 4
|
||||
StreamConnectionTypeWebSocket StreamConnectionType = 8
|
||||
)
|
||||
|
||||
type StreamSecurityType int
|
||||
|
||||
Reference in New Issue
Block a user