Table of Contents

Enum ForwardAction

Namespace
Pamoja.Routing
Assembly
Pamoja.Routing.dll

What to do with a packet bound for a given node.

public enum ForwardAction

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 reported alongside.