NetworkDesign: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Vampire |
imported>Hendrik Brummermann |
||
| Line 242: | Line 242: | ||
The TransferREQ message is a message sent from the Server to the Client to notify the Client of the server's desire to send content useful for game play. |
The TransferREQ message is a message sent from the Server to the Client to notify the Client of the server's desire to send content useful for game play. |
||
The message is composed of: An array of TransferContent objects containing the name of each resource, its timestamp and if the resource is cacheable or not. |
The message is composed of: An array of TransferContent objects containing the name of each resource, its timestamp (or checksum) and if the resource is cacheable or not. |
||
==Message C2S TransferACK== |
==Message C2S TransferACK== |
||