Bugzilla – Bug 163
tcp default attributes should not be prefixed with Tcp
Last modified: 2008-07-01 13:32:26 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));
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?
Fixed in ns-3-dev 2904:413ef952ea19