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

MBRParams is the structure used to initialize an MBRAbstract instance.

Type declaration

  • Optional learningUpStep?: number

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

    Default Value

    1400
    
  • Optional maximumUpDelay?: number

    Maximum delay in milliseconds to wait before trying to Up again

    Default Value

    28000
    

Generated using TypeDoc