aodv_parameters Struct Reference
[libaodv]

Algorithm configuration parameters. More...

#include <aodv/aodv.h>

List of all members.

Public Attributes

unsigned int node_traversal_time
 estimated time for one hop in the network (ms)
unsigned int net_diameter
 TTL for RREQs; assumed to be the diameter of the MANET.
unsigned int net_traversal_time
 delay between repeated RREQs (ms)
unsigned int path_discovery_time
 time to buffer RREQs to avoid duplication (ms)
unsigned int active_route_timeout
 lifetime of a route after latest update (ms)
unsigned int delete_period
 time after reboot during which control messages are not forwarded and data packets generate RERRs (ms) (7.7)
unsigned int rreq_tries
 maximum number of requests to attempt for a single discovery attempt
unsigned int rreq_ratelimit
 maximum number of RREQs to originate in one second
unsigned int rerr_ratelimit
 maximum number of RERRs to generate in one second
unsigned int hello_interval
 time interval for broadcasting Hello messages (ms) (7.2)
unsigned int allowed_hello_loss
 if Hello messages are in use, the maximum number that may be missed before a neighbor is deemed no longer connected (7.2)
unsigned int next_hop_wait
 time to wait before suspecting next-hop transmission of data (ms) (7.3)
unsigned int blacklist_timeout
 maximum duration for a node to be included in the blacklist set (ms) (7.1)


Detailed Description

Algorithm configuration parameters.

Definition at line 197 of file aodv.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 24 11:15:47 2008 for Pydtn Simulator by  doxygen 1.5.4