From 0b630e7840bf67100fd77b688bf34928ff3ef2b4 Mon Sep 17 00:00:00 2001 From: Lalith Suresh Date: Wed, 9 Jun 2010 15:30:33 +0530 Subject: [PATCH] Updated OLSR documentation in olsr.h --- src/routing/olsr/olsr.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/routing/olsr/olsr.h b/src/routing/olsr/olsr.h index 61f0af220..0b37c5c22 100644 --- a/src/routing/olsr/olsr.h +++ b/src/routing/olsr/olsr.h @@ -52,6 +52,10 @@ * MidInterval, Willingness. Other parameters are defined as macros * in olsr-routing-protocol.cc. * + * Host Network Association (HNA) is supported in this implementation + * of OLSR. Refer to examples/routing/olsr-hna.cc to see how the API + * is used. + * * \section list Open Issues * * - OLSR does not respond to the routing event notifications corresponding @@ -59,12 +63,7 @@ * RoutingProtocol::NotifyInterfaceDown) or address insertion/removal * (RoutingProtocol::NotifyAddAddress and * RoutingProtocol::NotifyRemoveAddress). - * - HNA (Host/Network Association) messages are almost-but-not-quite supported in this version. * - Unlike the NS-2 version, does not yet support MAC layer feedback as described in RFC 3626; - * - If a user binds a socket to a particular output device, OLSR will not - * consider that constraint in its route selection for locally originated - * packets - * * */