Bug 211 - olsr has a couple of XXX markers
olsr has a couple of XXX markers
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: routing
pre-release
All All
: P3 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-06-04 15:34 UTC by Mathieu Lacage
Modified: 2008-07-01 13:32 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2008-06-04 15:34:03 UTC
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 Tom Henderson 2008-06-04 22:37:13 UTC
can we get rid of the macros in the defaults, too?
Comment 2 Gustavo J. A. M. Carneiro 2008-06-05 05:45:09 UTC
(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.