|
Bugzilla – Full Text Bug Listing |
| Summary: | tcp default attributes should not be prefixed with Tcp | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | internet | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch to fix the issue | ||
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 |
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));