| 2008-12-02 |
Fix a couple of OLSR bugs (#415)
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-07-28 |
OLSR: HELLO messages hold time should be 3 times hello interval, not hello interval.
|
file | diff | annotate |
| 2008-06-09 |
Change OLSR to use RecvFrom
|
file | diff | annotate |
| 2008-06-09 |
RecvFrom() expansion, add flags parameter to some Send calls
|
file | diff | annotate |
| 2008-06-05 |
Add OLSR attribute documentation; make Willingness an enum attribute instead of uint. Closes #211
|
file | diff | annotate |
| 2008-05-27 |
fix optimized build
|
file | diff | annotate |
| 2008-05-21 |
merge with ns-3-dev
|
file | diff | annotate |
| 2008-05-17 |
s/ns3::Udp/ns3::UdpSocketFactory
|
file | diff | annotate |
| 2008-05-12 |
Move API for socket factory to a Socket::CreateSocket () factory method
|
file | diff | annotate |
| 2008-05-02 |
overloaded Recv() method suggested by Gustavo
|
file | diff | annotate |
| 2008-05-02 |
more cleanup
|
file | diff | annotate |
| 2008-04-25 |
Cut over UDP applications to use the new receive API
|
file | diff | annotate |
| 2008-04-17 |
merge with HEAD
|
file | diff | annotate |
| 2008-04-17 |
get rid of Attribute class. Use AttributeValue subclasses directly.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-04-09 |
add destructor. Easier to plant a breakpoint in there.
|
file | diff | annotate |
| 2008-03-31 |
do not include internet-node.h
|
file | diff | annotate |
| 2008-03-13 |
merge with HEAD
|
file | diff | annotate |
| 2008-03-13 |
add back support for introspected doxygen.
|
file | diff | annotate |
| 2008-03-11 |
get rid of CreateObjectWith
|
file | diff | annotate |
| 2008-02-27 |
merge with HEAD
|
file | diff | annotate |
| 2008-02-26 |
port Olsr code to attributes/helpers
|
file | diff | annotate |
| 2008-03-13 |
OLSR: fix default willingness value, cleanup and fix the MPR computation algorithm.
|
file | diff | annotate |
| 2008-03-06 |
OLSR optimization: avoid doing routing table computation if no local DB changed after receiving a OLSR packet.
|
file | diff | annotate |
| 2008-03-03 |
Small OLSR memory optimisation.
|
file | diff | annotate |
| 2008-02-14 |
Make the OLSR routing protocol priority higher, not lower, than static routing.
|
file | diff | annotate |
| 2008-02-14 |
Add support for tracing the OLSR routing table size.
|
file | diff | annotate |
| 2008-02-13 |
A couple more OLSR bug fixes
|
file | diff | annotate |
| 2008-02-13 |
OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-02-03 |
merge
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-02-01 |
UDP sockets are fixed, remove the hack and note.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-01-31 |
AddInterface -> AggregateObject
|
file | diff | annotate |
| 2008-01-31 |
QueryInterface -> GetObject
|
file | diff | annotate |
| 2008-01-15 |
iid -> tid
|
file | diff | annotate |
| 2008-01-15 |
iid (void) -> GetTypeId (void)
|
file | diff | annotate |
| 2008-01-15 |
InterfaceId -> TypeId
|
file | diff | annotate |
| 2008-01-03 |
replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
|
file | diff | annotate |
| 2008-01-02 |
replace static const Interface iid; with static InterfaceId iid (void);
|
file | diff | annotate |
| 2008-01-02 |
fix bug 122: get rid of duplicate argument to QueryInterface
|
file | diff | annotate |
| 2008-01-02 |
add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
|
file | diff | annotate |
| 2007-11-08 |
baranch merge
|
file | diff | annotate |
| 2007-10-29 |
olsr gets new packet
|
file | diff | annotate |
| 2007-10-30 |
Remove empty OlsrTest unit test class.
|
file | diff | annotate |
| 2007-10-30 |
bug 96: debug.h duplicates functionality from log.h
|
file | diff | annotate |
| 2007-10-29 |
Add OLSR message tracing, as discussed on ns-developers list.
|
file | diff | annotate |
| 2007-10-29 |
Put everything OLSR into the 'olsr' C++ namespace, for consistency.
|
file | diff | annotate |
| 2007-10-17 |
more const optimisations
|
file | diff | annotate |
| 2007-10-17 |
Make OlsrAgentImpl::GetMainAddress const
|
file | diff | annotate |
| 2007-10-13 |
Fix OLSR agent finalization issues.
|
file | diff | annotate |
| 2007-10-13 |
Remove 'All rights reserved.' GPL-incompatible phrase from OLSR sources.
|
file | diff | annotate |
| 2007-10-11 |
Make EventGarbageCollector private to the olsr module; adapt olsr to Timer API changes.
|
file | diff | annotate |
| 2007-10-08 |
Adapt the OLSR agent code to use the new Timer class.
|
file | diff | annotate |
| 2007-10-08 |
Fix typo
|
file | diff | annotate |
| 2007-10-03 |
Fix a couple more warnings in OLSR
|
file | diff | annotate |
| 2007-09-26 |
Make the OLSR headers usable from the AciiTracing point of view
|
file | diff | annotate |
| 2007-09-25 |
Cleanup copyright headers and some unused includes.
|
file | diff | annotate |