Discolink
    Preparing search index...

    Interface RotatingRoutePlannerDetails

    interface RotatingRoutePlannerDetails {
        rotateIndex: string;
        ipIndex: string;
        currentAddress: string;
        ipBlock: IPBlock;
        failingAddresses: FailingAddress[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    rotateIndex: string

    The number of rotations

    ipIndex: string

    The current offset in the block

    currentAddress: string

    The current address being used

    ipBlock: IPBlock

    The ip block being used

    failingAddresses: FailingAddress[]

    The failing addresses