src/routing/olsr/olsr-agent-impl.cc
2008-12-02 Fix a couple of OLSR bugs (#415)
2008-11-07 Make olsr::RoutingTable public, add a method GetEntries to it, and add a method GetRoutingTable to OlsrAgent. This way it is possible to read the actual routing table that OLSR has discovered, for debugging/visualization purposes.
2008-07-28 OLSR: HELLO messages hold time should be 3 times hello interval, not hello interval.
2008-06-09 Change OLSR to use RecvFrom
2008-06-09 RecvFrom() expansion, add flags parameter to some Send calls
2008-06-05 Add OLSR attribute documentation; make Willingness an enum attribute instead of uint. Closes #211
2008-05-27 fix optimized build
2008-05-21 merge with ns-3-dev
2008-05-17 s/ns3::Udp/ns3::UdpSocketFactory
2008-05-12 Move API for socket factory to a Socket::CreateSocket () factory method
2008-05-02 overloaded Recv() method suggested by Gustavo
2008-05-02 more cleanup
2008-04-25 Cut over UDP applications to use the new receive API
2008-04-17 merge with HEAD
2008-04-17 get rid of Attribute class. Use AttributeValue subclasses directly.
2008-04-16 Fix bad usage of std container iteration and erase () all over OLSR code; closes #171; thanks to Liu Jian for spotting and submitting an initial patch.
2008-04-09 add destructor. Easier to plant a breakpoint in there.
2008-03-31 do not include internet-node.h
2008-03-13 merge with HEAD
2008-03-13 add back support for introspected doxygen.
2008-03-11 get rid of CreateObjectWith
2008-02-27 merge with HEAD
2008-02-26 port Olsr code to attributes/helpers
2008-03-13 OLSR: fix default willingness value, cleanup and fix the MPR computation algorithm.
2008-03-06 OLSR optimization: avoid doing routing table computation if no local DB changed after receiving a OLSR packet.
2008-03-03 Small OLSR memory optimisation.
2008-02-14 Make the OLSR routing protocol priority higher, not lower, than static routing.
2008-02-14 Add support for tracing the OLSR routing table size.
2008-02-13 A couple more OLSR bug fixes
2008-02-13 OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
2008-02-03 OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
2008-02-03 merge
2008-02-03 OLSR: get main address of the peer from the UDP source address and the 'interface association' table; this way the UDP source address need not be the same as the main address.
2008-02-01 UDP sockets are fixed, remove the hack and note.
2008-02-01 In OLSR agent, work around newly introduced bug in UDP sockets prenting Bind from working as e.g. Linux. Add note explaining what's wrong.
2008-01-31 AddInterface -> AggregateObject
2008-01-31 QueryInterface -> GetObject
2008-01-15 iid -> tid
2008-01-15 iid (void) -> GetTypeId (void)
2008-01-15 InterfaceId -> TypeId
2008-01-03 replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
2008-01-02 replace static const Interface iid; with static InterfaceId iid (void);
2008-01-02 fix bug 122: get rid of duplicate argument to QueryInterface
2008-01-02 add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
2007-11-08 baranch merge
2007-10-29 olsr gets new packet
2007-10-30 Remove empty OlsrTest unit test class.
2007-10-30 bug 96: debug.h duplicates functionality from log.h
2007-10-29 Add OLSR message tracing, as discussed on ns-developers list.
2007-10-29 Put everything OLSR into the 'olsr' C++ namespace, for consistency.
2007-10-17 more const optimisations
2007-10-17 Make OlsrAgentImpl::GetMainAddress const
2007-10-13 Fix OLSR agent finalization issues.
2007-10-13 Remove 'All rights reserved.' GPL-incompatible phrase from OLSR sources.
2007-10-11 Make EventGarbageCollector private to the olsr module; adapt olsr to Timer API changes.
2007-10-08 Adapt the OLSR agent code to use the new Timer class.
2007-10-08 Fix typo
2007-10-03 Fix a couple more warnings in OLSR
2007-09-26 Make the OLSR headers usable from the AciiTracing point of view
2007-09-25 Cleanup copyright headers and some unused includes.