|
From: <cn...@us...> - 2026-06-16 12:22:51
|
Revision: 1649
http://sourceforge.net/p/seq/svn/1649
Author: cn187
Date: 2026-06-16 12:22:49 +0000 (Tue, 16 Jun 2026)
Log Message:
-----------
Update max world server port
Modified Paths:
--------------
showeq/trunk/src/packetcommon.h
Modified: showeq/trunk/src/packetcommon.h
===================================================================
--- showeq/trunk/src/packetcommon.h 2026-05-22 00:57:34 UTC (rev 1648)
+++ showeq/trunk/src/packetcommon.h 2026-06-16 12:22:49 UTC (rev 1649)
@@ -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.
|