more detail printf for handshake

This commit is contained in:
xiongguangjie
2022-06-22 18:26:37 +08:00
parent 90874b2b04
commit dea848610a
3 changed files with 9 additions and 6 deletions

View File

@@ -118,9 +118,9 @@ public:
USERDEFINEDTYPE = 0x7FFF
};
uint32_t sub_type : 16;
uint32_t control_type : 15;
uint32_t f : 1;
uint16_t sub_type;
uint16_t control_type;
uint8_t f;
uint8_t type_specific_info[4];
uint32_t timestamp;
uint32_t dst_socket_id;