|
Bugzilla – Full Text Bug Listing |
| Summary: | [PATCH] TcpSocketBase produces spurious delayed ACKs | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Lawrence Stewart <lstewart> |
| Component: | internet | Assignee: | George Riley <riley> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh, tommaso.pecorella |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
Patch which cancels the delayed ACK timer event when sending ACK-laden data packets.
updated patch |
||
Created attachment 1967 [details]
updated patch
+1 from my side.
All tests passed.
changeset 11202:6286a5dc3f64 |
Created attachment 1641 [details] Patch which cancels the delayed ACK timer event when sending ACK-laden data packets. TcpSocketBase doesn't cancel the delayed ACK timer event when sending a data packet that contains an ACK, which can result in spurious delayed ACKs being sent. Attached patch fixes the issue for me.