Router advertisement daemon. More...
#include <radvd.h>


Public Member Functions | |
| Radvd () | |
| Constructor. | |
| virtual | ~Radvd () |
| Destructor. | |
| void | AddConfiguration (Ptr< RadvdInterface > routerInterface) |
| Add configuration for an interface;. | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| Get the type ID. | |
Static Public Attributes | |
| static const uint32_t | MAX_RA_DELAY_TIME = 500 |
| Default value for maximum delay of RA (ms). | |
Protected Member Functions | |
| virtual void | DoDispose () |
| Dispose the instance. | |
Router advertisement daemon.
| void ns3::Radvd::AddConfiguration | ( | Ptr< RadvdInterface > | routerInterface | ) |
Add configuration for an interface;.
| routerInterface | configuration |
| static TypeId ns3::Radvd::GetTypeId | ( | void | ) | [static] |
Get the type ID.
This method returns the TypeId associated to ns3::Radvd.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
Attributes defined in parent class ns3::Application:
No TraceSources defined for this type.
Reimplemented from ns3::Application.
1.7.1