|
From: <cn...@us...> - 2024-03-12 02:48:24
|
Revision: 1449
http://sourceforge.net/p/seq/svn/1449
Author: cn187
Date: 2024-03-12 02:48:21 +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/branches/cn187_devel/src/packet.cpp
Modified: showeq/branches/cn187_devel/src/packet.cpp
===================================================================
--- showeq/branches/cn187_devel/src/packet.cpp 2024-03-10 18:38:51 UTC (rev 1448)
+++ showeq/branches/cn187_devel/src/packet.cpp 2024-03-12 02:48:21 UTC (rev 1449)
@@ -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.
|