Setting Up the P2P Module on the Server
Overview
The P2P module can be set up on a UDP server.
⚠ Diarkis P2P currently supports only UDP/RUDP.
Setup
To enable Diarkis P2P, add "enableP2P": true
to the UDP configuration file.
The configuration file for the UDP server is the path argument passed to diarkisexec.SetupDiarkisUDPServer(path)
within the main function that starts the UDP server.
For more details, please refer to the diarkisexec API reference.
It is recommended to use the server template for easy server setup. Try starting here: Diarkis Server Template
最終更新