Routing agent that routes datagrams using a routing table. The routing table is maintained through RouteDiscoveryNtf from a route discovery or maintenance agent.
Services:
Parameters:
Type | Name and description |
---|---|
boolean |
auto1hop |
AgentID |
defaultLink |
static String |
description |
int |
mtu |
static String |
title |
Type Params | Return Type | Name and description |
---|---|---|
|
String |
getDefaultLink() |
|
int |
getMTU() |
|
List<Parameter> |
getParameterList() |
|
List<String> |
getRoutes() |
|
void |
processMessage(Message msg) |
|
Message |
processRequest(Message req) |
|
String |
setDefaultLink(String aid) |
|
String |
setMTU(String s) |
|
int |
setMTU(int mtu) |
|
void |
setRemoveRoute(int n) |
|
void |
setRemoveRoutesTo(int node) |
|
void |
setup() |
|
void |
startup() |