Bug 746

Summary: UDP uses wrong source address
Product: ns-3 Reporter: Fabian Mauchle <f1mauchl>
Component: internetAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: tomh
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch

Description Fabian Mauchle 2009-11-23 04:44:00 UTC
When a UDP socket is bound to an address, it does not use this address as the source address for UDP packets, but instead does a route lookup to determine the source address. With a node that has two or more interfaces, this may result in using the wrong source address.
Comment 1 Fabian Mauchle 2009-11-23 04:44:35 UTC
Created attachment 666 [details]
patch
Comment 2 Tom Henderson 2009-11-24 00:01:49 UTC
(In reply to comment #1)
> Created an attachment (id=666) [details]
> patch

changeset: f6f3e7bae1a4