mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +00:00
Fix caps settings
Force Bandwidth (should make configurable)
This commit is contained in:
@@ -65,5 +65,14 @@ const (
|
||||
SERVER_STATE_TUNNEL_AUTHORIZE = 0x3
|
||||
SERVER_STATE_CHANNEL_CREATE = 0x4
|
||||
SERVER_STATE_OPENED = 0x5
|
||||
SERVER_STATE_CLOSED = 0x6
|
||||
SERVER_STATE_CLOSED = 0x6
|
||||
)
|
||||
|
||||
const (
|
||||
HTTP_CAPABILITY_TYPE_QUAR_SOH = 0x1
|
||||
HTTP_CAPABILITY_IDLE_TIMEOUT = 0x2
|
||||
HTTP_CAPABILITY_MESSAGING_CONSENT_SIGN = 0x4
|
||||
HTTP_CAPABILITY_MESSAGING_SERVICE_MSG = 0x8
|
||||
HTTP_CAPABILITY_REAUTH = 0x10
|
||||
HTTP_CAPABILITY_UDP_TRANSPORT = 0x20
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user