SerenityJS
    Preparing search index...

    Represents a connection in the server

    Index

    Constructors

    Properties

    fragmentsQueue: Map<number, Map<number, Frame>> = ...
    guid: bigint

    The GUID of the connection

    inputHighestSequenceIndex: number[]
    inputOrderIndex: number[]
    inputOrderingQueue: Map<number, Map<number, Frame>> = ...
    lastInputSequence: number = -1
    lastUpdate: number = ...

    The last update time of the connection

    lostFrameSequences: Set<number> = ...
    mtu: number

    The maximum transmission unit of the connection

    outputBackup: Map<number, Frame[]> = ...
    outputFrames: Set<Frame> = ...
    outputOrderIndex: number[]
    outputReliableIndex: number = 0
    outputSequence: number = 0
    outputSequenceIndex: number[]
    outputsplitIndex: number = 0
    receivedFrameSequences: Set<number> = ...
    rinfo: RemoteInfo

    The network identifier of the connection

    server: Server

    The server instance

    status: Status = Status.Connecting

    The status of the connection

    Methods