Fix setting the default client port. Also fix fallback multicast address define.

This commit is contained in:
James Urquhart 2016-12-17 23:08:43 +00:00
parent 54456fa4fa
commit 41085f9298
2 changed files with 75 additions and 20 deletions

View file

@ -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;