mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Preliminary IPV6 Support
This commit is contained in:
parent
1a851f167d
commit
704577e051
22 changed files with 1712 additions and 592 deletions
|
|
@ -46,7 +46,7 @@ public:
|
|||
GameInfoRequest = 18,
|
||||
GameInfoResponse = 20,
|
||||
GameHeartbeat = 22,
|
||||
GGCPacket = 24,
|
||||
GGCPacket = 24,
|
||||
ConnectChallengeRequest = 26,
|
||||
ConnectChallengeReject = 28,
|
||||
ConnectChallengeResponse = 30,
|
||||
|
|
@ -54,6 +54,9 @@ public:
|
|||
ConnectReject = 34,
|
||||
ConnectAccept = 36,
|
||||
Disconnect = 38,
|
||||
MasterServerExtendedListResponse = 40,
|
||||
MasterServerChallenge = 42,
|
||||
MasterServerExtendedListRequest = 44,
|
||||
};
|
||||
protected:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue