Interface SocketConfig

Hierarchy

  • SocketConfig

Properties

acceptUnknownGameData: boolean

Whether or not to broadcast gamedata messages that don't get handled by the server.

Default

false

additionalPorts: number[]

Any additional ports for Hindenburg to listen on.

Default

[]

ip: string

The IP address of this node, set to auto for it to get auto-discovered.

Default

"auto"

messageOrdering: boolean

Whether to order reliable packets received from clients.

Default

false

port: number

The port to listen on.

Default

22023

useDtlsLayout: boolean

Whether or not to use the DTLS transport layout when listening for Hello packets.

Default

false

Generated using TypeDoc