SerenityJS
    Preparing search index...

    Represents a maximum transmission unit data type. MTU is used when establishing a connection in RakNet.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Writes the mtu data type to a binary stream.

      Parameters

      • stream: BinaryStream

        The binary stream to write to.

      • value: number

        The value to write.

      Returns void