Bug 163 - tcp default attributes should not be prefixed with Tcp
: tcp default attributes should not be prefixed with Tcp
Status: RESOLVED FIXED
: ns-3
internet-stack
: pre-release
: All All
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-04-08 16:57 EDT by
Modified: 2008-07-01 13:32 EDT (History)


Attachments
Patch to fix the issue (3.97 KB, patch)
2008-04-10 15:30 EDT, Rajib Bhattacharjea
Details | Diff


Note

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


Description From 2008-04-08 16:57:40 EDT
Attributes are local to the class they are defined in so, there is no need to
add a class-specific prefix. This makes the 'long' attribute name more painful
than it need to. i.e., for now, I have to type Config::SetDefault
("ns3::Tcp::TcpDefaultDelAckDelay", Double (0.4));
------- Comment #1 From 2008-04-10 15:30:30 EDT -------
Created an attachment (id=124) [details]
Patch to fix the issue

This is the fix, but I can't figure out if this sets off a regression (no way
it should but, since my system claims a regression already...).  Can someone
else patch and verify, then push?
------- Comment #2 From 2008-04-11 13:05:22 EDT -------
Fixed in ns-3-dev
2904:413ef952ea19