skeldjs
    Preparing search index...

    Interface PacketDecoderConfig

    interface PacketDecoderConfig {
        useDtlsLayout: boolean;
        writeUnknownGameData: boolean;
        writeUnknownRootMessages: boolean;
    }
    Index

    Properties

    useDtlsLayout: boolean

    Whether or not to use the DTLS layout when parsing the Hello packet.

    false
    
    writeUnknownGameData: boolean

    Whether or not to write game data messages that aren't defined for the decoder.

    false
    
    writeUnknownRootMessages: boolean

    Whether or not to write root messages that aren't defined for the decoder.

    false