|
From: <cn...@us...> - 2024-03-12 02:52:27
|
Revision: 1450
http://sourceforge.net/p/seq/svn/1450
Author: cn187
Date: 2024-03-12 02:52:26 +0000 (Tue, 12 Mar 2024)
Log Message:
-----------
Increase WorldServerGeneralMaxPort to 9013
This should help with some of the session detection issues on some of the TLPs
Modified Paths:
--------------
showeq/trunk/src/packet.cpp
Modified: showeq/trunk/src/packet.cpp
===================================================================
--- showeq/trunk/src/packet.cpp 2024-03-12 02:48:21 UTC (rev 1449)
+++ showeq/trunk/src/packet.cpp 2024-03-12 02:52:26 UTC (rev 1450)
@@ -74,7 +74,7 @@
// constants
const in_port_t WorldServerGeneralMinPort = 9000;
-const in_port_t WorldServerGeneralMaxPort = 9007;
+const in_port_t WorldServerGeneralMaxPort = 9013;
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.
|