|
Bugzilla – Full Text Bug Listing |
| Summary: | TcpCongestionOps should be able to access socket | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Matthieu Coudron <mattator> |
| Component: | tcp | Assignee: | natale.patriciello |
| Status: | RESOLVED LATER | ||
| Severity: | enhancement | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | All | ||
|
Description
Matthieu Coudron
2016-05-01 11:25:30 UTC
You have dropped the segmentsAcked parameter from the signature. It seems that you intend to now call it for every segment size, but your comment in the file trails off about your future plans: // TODO in this version, this function is called for each segment size // in future versions (>3.25), one can is your plan to again allow calling once for multiple segments acked? I'd suggest that if you want to propose a header update now which you're certain is stable for future MPTCP merge, perhaps post a patch with aligned doxygen. |