2.2.2.3 DN_HOST_MIGRATE
The DN_HOST_MIGRATE packet is sent from the new host to all remaining peers in the game session to notify them that a migration is taking place.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
dwPacketType |
|||||||||||||||||||||||||||||||
|
dpnidOldHost |
|||||||||||||||||||||||||||||||
|
dpnidNewHost |
|||||||||||||||||||||||||||||||
dwPacketType (4 bytes): A 32-bit field that contains the packet type.
-
Value
Meaning
DN_MSG_INTERNAL_HOST_MIGRATE
0x000000CD
Notified peers in the game session that the host is currently migrating.
dpnidOldHost (4 bytes): A 32-bit field that contains the identifier for the host that has just disconnected. For more information, see section 2.2.7.
dpnidNewHost (4 bytes): A 32-bit field that contains the identifier for the newly assigned host that is in the process of migrating. For more information, see section 2.2.7.