Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[网络通讯]. 处理包头目前过大的问题 #6

Closed
AlianBlank opened this issue May 27, 2024 · 1 comment
Closed

[网络通讯]. 处理包头目前过大的问题 #6

AlianBlank opened this issue May 27, 2024 · 1 comment
Assignees
Labels
新功能请求 New feature or request

Comments

@AlianBlank
Copy link
Collaborator

  1. 由于现在的客户端和服务器的消息包头过大。20字节。4+8+4+4
  2. 需要将20字节优化掉一半。2+4+4. 且采用主ID和次ID的方式重建消息ID
@AlianBlank AlianBlank added the 新功能请求 New feature or request label May 27, 2024
@AlianBlank AlianBlank self-assigned this May 27, 2024
@AlianBlank
Copy link
Collaborator Author

已解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
新功能请求 New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant