|
From: <cn...@us...> - 2026-06-16 12:23:25
|
Revision: 1652
http://sourceforge.net/p/seq/svn/1652
Author: cn187
Date: 2026-06-16 12:23:23 +0000 (Tue, 16 Jun 2026)
Log Message:
-----------
Update max world server port
Modified Paths:
--------------
showeq/branches/cn187_devel/src/packetcommon.h
Modified: showeq/branches/cn187_devel/src/packetcommon.h
===================================================================
--- showeq/branches/cn187_devel/src/packetcommon.h 2026-06-16 12:23:14 UTC (rev 1651)
+++ showeq/branches/cn187_devel/src/packetcommon.h 2026-06-16 12:23:23 UTC (rev 1652)
@@ -53,7 +53,7 @@
const char* const AUTOMATIC_CLIENT_IP = "127.0.0.0";
const in_port_t WorldServerGeneralMinPort = 9000;
-const in_port_t WorldServerGeneralMaxPort = 9015;
+const in_port_t WorldServerGeneralMaxPort = 9016;
const in_port_t WorldServerChatPort = 9876;
const in_port_t WorldServerChat2Port = 9875; // xgame tells, mail
const in_port_t LoginServerMinPort = 15900;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|