You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A
CPacket
type owns manyCMessage
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.
The text was updated successfully, but these errors were encountered: