|
Network.AdHoc.Routing | Maintainer | Stephan Friedrichs, Henning Guenther |
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
class RoutingStrategy rs where | Source |
|
This class abstracts routing strategies for data-structures like Barracuda.RoutingTable.SimpleRT.
Minimal definition: one of routeSingle or routeMulti.
| | Methods | | Tries to find a route for a given user. The SockAddr is the starting
point of the route.
| | | Find routes for many users. The first object in the tuple maps nodes to a
list of users that should be reached over it. The second one is a list of
users that couldn't be reached.
|
|
|
|
|
Abstracts addressed contents that can be sent to (several) users.
| | Methods | | | Instances | |
|
|
Produced by Haddock version 2.4.2 |