Bug 2433

Summary: Failure to copy tcp-bic parameters when forking a TCP socket
Product: ns-3 Reporter: l.salameh
Component: tcpAssignee: natale.patriciello
Status: RESOLVED FIXED    
Severity: critical CC: l.salameh, ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Patch for tcp bic copy constructor.

Description l.salameh 2016-06-04 07:39:43 UTC
Created attachment 2461 [details]
Patch for tcp bic copy constructor.

When a TCP socket is forked and the copy constructor is invoked, TcpBic's copy constructor does not copy all of the parameters necessary, causing a crash for example when m_b is 0.

See patch for fix.
Comment 1 natale.patriciello 2016-06-04 08:51:58 UTC
Straight into ns-3-dev, thanks !

12142:20b1f98f1bf9