Bug 163

Summary: tcp default attributes should not be prefixed with Tcp
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: internetAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: Patch to fix the issue

Description Mathieu Lacage 2008-04-08 16:57:40 UTC
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 Rajib Bhattacharjea 2008-04-10 15:30:30 UTC
Created attachment 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 Rajib Bhattacharjea 2008-04-11 13:05:22 UTC
Fixed in ns-3-dev
2904:413ef952ea19