📄 keepalive
字号:
36 bytesEvery 10 seconds, we send a keepalive packet to the server.struct drcom_host_msg{ u_int8_t msgtype; u_int8_t msg[19]; struct drcom_auth auth_info;} __attribute__ ((__packed__));msgtype is 0xff.The first 16 bytes of msg is checksum0 of drcom_login_packet.The rest of msg is NULL.auth_info is obtained in acknowledgement in the login process.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -