mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 04:45:31 +00:00
Fix setting the default client port. Also fix fallback multicast address define.
This commit is contained in:
parent
54456fa4fa
commit
41085f9298
2 changed files with 75 additions and 20 deletions
|
|
@ -31,7 +31,9 @@
|
|||
#define MAXPACKETSIZE 1500
|
||||
#endif
|
||||
|
||||
#ifndef TORQUE_NET_DEFAULT_MULTICAST_ADDRESS
|
||||
#define TORQUE_NET_DEFAULT_MULTICAST_ADDRESS "ff04::7467::656E::6574::776B"
|
||||
#endif
|
||||
|
||||
typedef S32 NetConnectionId;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue