|
Bugzilla – Full Text Bug Listing |
| Summary: | NextSegment should not use Rule3 of RFC 6675 when SACK is not enabled | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | tcp | Assignee: | natale.patriciello |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Fixing the bug | ||
Fixed in 13326:6cd38034e96f |
Created attachment 3042 [details] Fixing the bug As the summary says, till now we used the Rule3 of RFC6675 even when SACK is not enabled. This produces a lot of spurious retransmission, that are problematic for a non-SACK receiver.