Meshpocalypse Semantic
    Preparing search index...

    Interface FloodingRouterConfig

    interface FloodingRouterConfig {
        agentId: string;
        channel: string;
        getLoad: () => number;
        role: AgentRole;
    }
    Index

    Properties

    agentId: string
    channel: string
    getLoad: () => number

    Current load factor: 0.0 (idle) to 1.0 (saturated)

    role: AgentRole