Table of Contents

Enum PamojaForward

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

What to do with a packet bound for a given node, mirroring PamojaForward in pamoja.h.

public enum PamojaForward

Fields

Deliver = 0

The packet is for this node; hand it to the application.

Flood = 2

No route is known; fall back to flooding the packet.

Relay = 1

A route is known; unicast the packet to the next hop.