mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-14 04:49:18 +02:00
Add states and more verifications
This commit is contained in:
parent
f50dc2c82d
commit
6fd7b047cd
3 changed files with 71 additions and 16 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue