forked from metin2/server
Fixed mishandling of public/private IP addresses
This commit is contained in:
@ -735,10 +735,11 @@ typedef struct SEmpireSelectPacket
|
||||
|
||||
typedef struct SPacketGDSetup
|
||||
{
|
||||
char szPublicIP[16]; // Public IP which listen to users
|
||||
BYTE bChannel; // 채널
|
||||
WORD wListenPort; // 클라이언트가 접속하는 포트 번호
|
||||
WORD wP2PPort; // 서버끼리 연결 시키는 P2P 포트 번호
|
||||
BYTE bChannel;
|
||||
char szPublicIP[16]; // Public IP which clients connect to
|
||||
WORD wListenPort; // Port number which clients connect to
|
||||
char szInternalIP[16]; // Internal IP which other servers connect to
|
||||
WORD wP2PPort; // Port number which other servers connect to
|
||||
LONG alMaps[MAP_ALLOW_MAX_LEN];
|
||||
DWORD dwLoginCount;
|
||||
BYTE bAuthServer;
|
||||
|
Reference in New Issue
Block a user