|
Bugzilla – Full Text Bug Listing |
| Summary: | Failure to copy tcp-bic parameters when forking a TCP socket | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | l.salameh |
| Component: | tcp | Assignee: | 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. | ||
Straight into ns-3-dev, thanks ! 12142:20b1f98f1bf9 |
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.