Enum ForwardAction
What to do with a packet bound for a given node.
public enum ForwardAction
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 reported alongside.