SerenityJS
    Preparing search index...

    Interface RaknetServerProperties

    interface RaknetServerProperties {
        address: string;
        maxConnections: number;
        message: string;
        mtuMaxSize: number;
        mtuMinSize: number;
        port: number;
        protocol: number;
        version: string;
    }
    Index

    Properties

    address: string

    The address of the server.

    maxConnections: number

    The max connections of the server.

    message: string

    The message of the day of the server.

    mtuMaxSize: number

    The connections of the server.

    mtuMinSize: number

    The max mtu size of the server.

    port: number

    The port of the server.

    protocol: number

    The protocol version of the server.

    version: string

    The version of the server.