Bug 2433 - Failure to copy tcp-bic parameters when forking a TCP socket
Failure to copy tcp-bic parameters when forking a TCP socket
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: tcp
ns-3-dev
All All
: P5 critical
Assigned To: natale.patriciello
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-04 07:39 UTC by l.salameh
Modified: 2016-06-04 08:51 UTC (History)
2 users (show)

See Also:


Attachments
Patch for tcp bic copy constructor. (778 bytes, patch)
2016-06-04 07:39 UTC, l.salameh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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