|
Bugzilla – Full Text Bug Listing |
| Summary: | MinRTO Attribute is not actually used. | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tommaso Pecorella <tommaso.pecorella> |
| Component: | tcp | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | natale.patriciello, ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
|
Description
Tommaso Pecorella
2015-03-12 14:23:46 UTC
Created attachment 1988 [details]
patch
(In reply to Tommaso Pecorella from comment #0) > > Moreover, in the actual code the MinRTO is hardcoded to 1 second (RFC 6298), > but MinRTO attribute is set to 0.2 seconds. > In order to prevent a sudden change in TCP behaviour, it's a good idea to > change the MinRTO default value to 1 second. I think 0.2 seconds is taken from Linux. I think it is a good idea to state "we follow RFC etc..., for a Linux-compatible behavior, please select 0.2 etcetc" somewhere in the documentation. What do you think? I'm fine with this patch; I'm neutral about changing the attribute default, but since we seem to have been running at 1 second anyway due to the bug, we probably don't need to note this as "changed behavior" in the release notes. changeset: 11231:62ce11a18acd |