mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-17 22:13:50 +02:00
Fix caps settings
Force Bandwidth (should make configurable)
This commit is contained in:
parent
e714881e59
commit
27d36f83f2
3 changed files with 22 additions and 9 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue