Bugzilla – Bug 115
refactor tcp and ip to allow pseudoheader to be applied/visible at transport
Last modified: 2009-05-29 17:32:24 EDT
You need to log in before you can comment on or make changes to this bug.
allow source address selection to occur in transport layer (for pseudoheader construction) make use of packet tags or other facility to convey the pre-routing step to the IP layer make sure that TCP simulation cradle properly integrates into stack
forgot to finish the summary subject line
fixed in changeset e20a31541404 (In reply to comment #0) > allow source address selection to occur in transport layer (for pseudoheader > construction) this is done by RouteOutput() method. > > make use of packet tags or other facility to convey the pre-routing step to the > IP layer The route pointer is carried explicitly to the IP layer. > > make sure that TCP simulation cradle properly integrates into stack > this is another issue separately (NSC's routing integration problem)-- subject of another bug