Fix caps settings

Force Bandwidth (should make configurable)
This commit is contained in:
Bolke de Bruin 2020-07-23 12:54:21 +02:00
parent e714881e59
commit 27d36f83f2
3 changed files with 22 additions and 9 deletions

View file

@ -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
)