Meshpocalypse Semantic
    Preparing search index...

    Class FloodingRouter

    FloodingRouter implements managed flooding with deduplication, role-based relay behavior, and load-based rebroadcast delay. Spec ref: SPEC-002

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Middleware function for MeshNode receive pipeline. Handles relay logic and returns true if the packet should be delivered locally.

      Returns (packet: AgentMeshPacket) => boolean | Promise<boolean>