pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface Faults

    One transport, ready to compose into a ladder or a wrapper.

    Build one with the static factories, then hand it to whatever should own it. A transport handed on is spent: calling anything on it afterwards throws. Which faults a degraded link injects, each off unless named.

    interface Faults {
        down?: number;
        dropEvery?: number;
        up?: number;
    }
    Index
    down?: number

    How many sends it then stays unreachable for.

    dropEvery?: number

    Lose one send in every this many.

    up?: number

    How many sends the link stays reachable for before it goes down.