Bug 1529 - randomize initial TCP sequence number
randomize initial TCP sequence number
Status: ASSIGNED
Product: ns-3
Classification: Unclassified
Component: tcp
pre-release
PC Linux
: P5 enhancement
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-12 14:28 EST by Tom Henderson
Modified: 2016-02-04 14:37 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2012-11-12 14:28:29 EST
CoDel queue patch proposed this:

http://codereview.appspot.com/6463048/diff/1/src/internet/model/tcp-socket-base.cc#newcode109

We should hook this into the ns-3 random number framework and ensure that users can fix the stream assignment here, as documented here:

http://www.nsnam.org/docs/manual/html/random-variables.html#setting-the-stream-number

I can take this bug as I'm familiar with the changes needed.