Optional
properties: Partial<RaknetServerProperties>Weather the server is alive
Readonly
connectionsA collection of connections for the server.
Readonly
guidThe server guid for the server instance.
Protected
intervalThe server tick interval
Readonly
loggerThe raknet server logger
Readonly
propertiesThe raknet properties for the server instance.
Readonly
socketThe udp4 socket instance for the server.
The address the raknet server is bound to.
The address the raknet server is bound to.
The max connections of the server.
The max connections of the server.
The maximum transmission unit size for the server.
The maximum transmission unit size for the server.
The message of the day of the server.
The message of the day of the server.
The minimum transmission unit size for the server.
The minimum transmission unit size for the server.
The port the raknet server is bound to.
The port the raknet server is bound to.
The protocol version of the server.
The protocol version of the server.
The version of the server.
The version of the server.
Protected
handleStarts the server
Stops the server
The raknet server