mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +00:00
Add states and more verifications
This commit is contained in:
@@ -58,3 +58,12 @@ const (
|
||||
HTTP_TUNNEL_PACKET_FIELD_PAA_COOKIE = 0x1
|
||||
)
|
||||
|
||||
const (
|
||||
SERVER_STATE_INITIAL = 0x0
|
||||
SERVER_STATE_HANDSHAKE = 0x1
|
||||
SERVER_STATE_TUNNEL_CREATE = 0x2
|
||||
SERVER_STATE_TUNNEL_AUTHORIZE = 0x3
|
||||
SERVER_STATE_CHANNEL_CREATE = 0x4
|
||||
SERVER_STATE_OPENED = 0x5
|
||||
SERVER_STATE_CLOSED = 0x6
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user