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

Add list of CMessage references to CPacket #6

Open
brendan-kellam opened this issue Jun 8, 2018 · 0 comments
Open

Add list of CMessage references to CPacket #6

brendan-kellam opened this issue Jun 8, 2018 · 0 comments
Assignees

Comments

@brendan-kellam
Copy link
Owner

A CPacket type owns many CMessage types. We need each packet to store a list of message references.

When we serialize a packet for network transfer, we can just walk the list of messages and serialize each one. On deserialization of a packet, we can construct the list of messages.

@brendan-kellam brendan-kellam self-assigned this Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant