mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-27 16:19:16 +00:00
Multiple Game World Ports (#1206)
* configuration for the game world server to connect to clients across a number of socket-port connections following a simple numerical load balancing policy * combining port management into the sector pane * mostly spelling issues
This commit is contained in:
parent
593caec8cf
commit
00a6f2abe1
8 changed files with 378 additions and 180 deletions
|
|
@ -20,6 +20,7 @@ login {
|
|||
world {
|
||||
# UDP listening port
|
||||
port = 51001
|
||||
ports = [51003, 51004, 51005, 51006, 51007, 51008, 51009, 51010]
|
||||
|
||||
# The name of the server as displayed in the server browser.
|
||||
server-name = PSForever
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue