Bug 2137

Summary: TCP doesn't state the source address to routing
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: tcpAssignee: ns-bugs <ns-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
See Also: https://www.nsnam.org/bugzilla/show_bug.cgi?id=1929
Attachments: patch

Description Tommaso Pecorella 2015-06-07 18:06:21 UTC
When a packet is sent by TcpL4Protocol::Send (IPv4 and IPv6 versions), RouteOutput is called.
However, the source address is not filled in the header. As a consequence, the routing protocol can't honor the source address (which is fixed in a YCP connection).
Comment 1 Tommaso Pecorella 2015-06-07 18:07:15 UTC
Created attachment 2062 [details]
patch
Comment 2 Tommaso Pecorella 2015-06-08 10:13:30 UTC

*** This bug has been marked as a duplicate of bug 1929 ***