Enum PamojaForward
What to do with a packet bound for a given node, mirroring
PamojaForward in pamoja.h.
public enum PamojaForward
Fields
Deliver = 0The packet is for this node; hand it to the application.
Flood = 2No route is known; fall back to flooding the packet.
Relay = 1A route is known; unicast the packet to the next hop.