DESERT 3.5.1
Loading...
Searching...
No Matches
uwicrp-common.h File Reference
#include "config.h"
Include dependency graph for uwicrp-common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  routing_table_entry
 

Variables

static const int MAX_HOP_NUMBER
 
static const int HOP_TABLE_LENGTH
 

Detailed Description

Common structures and definition used by UWICRP.

Author
Giovanni Toso
Version
1.0.0

Common structures and definition used by UWICRP.

Definition in file uwicrp-common.h.

Variable Documentation

◆ HOP_TABLE_LENGTH

const int HOP_TABLE_LENGTH
static
Initial value:
=
10

Maximum length of the routing table of a node FOR UWICRP.

Definition at line 48 of file uwicrp-common.h.

◆ MAX_HOP_NUMBER

const int MAX_HOP_NUMBER
static
Initial value:
=
6

Maximum number of hops contained in a SUN Path Establishment packet.

Definition at line 45 of file uwicrp-common.h.