Bug 211

Summary: olsr has a couple of XXX markers
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: routingAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: gjcarneiro
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   

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.