Introducing a new server announcement message to fix network games. Currently broken.
This commit is contained in:
Vendored
+4
-4
@@ -39,12 +39,12 @@ static asn_TYPE_member_t asn_MBR_AuthMessage_1[] = {
|
||||
},
|
||||
};
|
||||
static ber_tlv_tag_t asn_DEF_AuthMessage_tags_1[] = {
|
||||
(ASN_TAG_CLASS_APPLICATION | (1 << 2))
|
||||
(ASN_TAG_CLASS_APPLICATION | (2 << 2))
|
||||
};
|
||||
static asn_TYPE_tag2member_t asn_MAP_AuthMessage_tag2el_1[] = {
|
||||
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* authServerChallenge at 99 */
|
||||
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* authClientResponse at 100 */
|
||||
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* authServerVerification at 102 */
|
||||
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* authServerChallenge at 111 */
|
||||
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* authClientResponse at 112 */
|
||||
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* authServerVerification at 114 */
|
||||
};
|
||||
static asn_CHOICE_specifics_t asn_SPC_AuthMessage_specs_1 = {
|
||||
sizeof(struct AuthMessage),
|
||||
|
||||
Reference in New Issue
Block a user