Bug 2132

Summary: TcpL4Protocol sends a bad-formatted RST packet
Product: ns-3 Reporter: natale.patriciello
Component: tcpAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs, tomh
Priority: P5    
Version: pre-release   
Hardware: PC   
OS: Linux   
Attachments: Patch

Description natale.patriciello 2015-06-01 04:37:59 UTC
Created attachment 2055 [details]
Patch

If no endpoints are found for the incoming packet, the TcpL4Protocol sends an RST packet. However it isn't well-formatted (missing right source,destination and ports).

This patch fixes it.

It is included in the branch for my gsoc, and it will be (hopefully) merged if all agree on my changes.
Comment 1 Tom Henderson 2015-06-11 13:16:14 UTC
Looks fine by me; have put it on schedule to commit next week.
Comment 2 Tom Henderson 2015-07-13 23:37:13 UTC
eventual patch pushed in changeset 11503:41b51e451375