@ceeblue/webrtc-client
    Preparing search index...

    Type Alias MBRParams

    MBRParams is the structure used to initialize an MBRAbstract instance.

    type MBRParams = {
        learningUpStep?: number;
        maximumUpDelay?: number;
    }

    Implemented by

    Index

    Properties

    learningUpStep?: number

    Number of milliseconds to increase the delay of the next Up try when we are congested

    1400
    
    maximumUpDelay?: number

    Maximum delay in milliseconds to wait before trying to Up again

    28000