Documentation
¶
Overview ¶
Package routing provides implementations for routing table and routing algorithms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table interface { FindPort(dst sim.RemotePort) sim.RemotePort DefineRoute(finalDst, outputPort sim.RemotePort) DefineDefaultRoute(outputPort sim.RemotePort) }
Table is a routing table that can find the next-hop port according to the final destination.
Click to show internal directories.
Click to hide internal directories.