|
Bugzilla – Full Text Bug Listing |
| Summary: | Spurious RTO due to low min RTO | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | John Abraham <john.abraham.in> |
| Component: | tcp | Assignee: | Adrian S.-W. Tam <adrian.sw.tam> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | ns-bugs, tomh |
| Priority: | P2 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
John Abraham
2011-07-31 18:28:36 UTC
bug 1039 is actually a duplicate of this. I am going to leave both open for now; we should try to close. The problem is due to the fact that the data sender would ignore all the old sequence numbers received without any ACK. So if the data receiver lost any ACK from the data sender, this phenomenon arises. This is wrong, so this is fixed in the patch in bug 1274. |