Bug 2137 - TCP doesn't state the source address to routing
TCP doesn't state the source address to routing
Status: RESOLVED DUPLICATE of bug 1929
Product: ns-3
Classification: Unclassified
Component: tcp
ns-3-dev
All All
: P5 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-06-07 18:06 UTC by Tommaso Pecorella
Modified: 2015-06-08 10:13 UTC (History)
1 user (show)

See Also:


Attachments
patch (841 bytes, patch)
2015-06-07 18:07 UTC, Tommaso Pecorella
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***