Bug 1529

Summary: randomize initial TCP sequence number
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: tcpAssignee: Tom Henderson <tomh>
Status: ASSIGNED ---    
Severity: enhancement CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: PC   
OS: Linux   
See Also: https://www.nsnam.org/bugzilla/show_bug.cgi?id=2264

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.