Bug 211 - olsr has a couple of XXX markers
: olsr has a couple of XXX markers
Status: RESOLVED FIXED
: ns-3
routing
: pre-release
: All All
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-06-04 15:34 EDT by
Modified: 2008-07-01 13:32 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-06-04 15:34:03 EDT
src/routing/olsr/olsr-agent-impl.cc:    .AddAttribute ("HelloInterval", "XXX",
src/routing/olsr/olsr-agent-impl.cc:    .AddAttribute ("TcInterval", "XXX",
src/routing/olsr/olsr-agent-impl.cc:    .AddAttribute ("MidInterval", "XXX",
src/routing/olsr/olsr-agent-impl.cc:    .AddAttribute ("Willingness", "XXX",
------- Comment #1 From 2008-06-04 22:37:13 EDT -------
can we get rid of the macros in the defaults, too?
------- Comment #2 From 2008-06-05 05:45:09 EDT -------
(In reply to comment #1)
> can we get rid of the macros in the defaults, too?
> 

Definitely; that's just cruft from the original code I ported to NS-3, but
redundant now with the attribute system.