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

    Interface ForwardDecision

    A routing decision, and the neighbour it names when there is one.

    interface ForwardDecision {
        action: ForwardAction;
        nextHop: number | null;
    }
    Index

    What to do with the packet.

    nextHop: number | null

    The neighbour to unicast to, or null unless the action is Relay.