Bug 2866

Summary: Remove TCP Warnings, use C++11 initialization for reducing constructors lines
Product: ns-3 Reporter: natale.patriciello
Component: tcpAssignee: natale.patriciello
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description natale.patriciello 2018-02-07 12:46:55 UTC
> *) Remove warnings as indicated by Robert, use C++11 initialization
> feature to remove initialization in the constructors. The objective is
> to have a small reduction in lines of code, as well as the possibility
> to compile on windows.


https://github.com/natale-p/ns-3-dev-git/tree/tcp-warnings
Comment 1 natale.patriciello 2018-02-25 05:42:22 UTC
Fixed in 13319:4052be71b58b (and later commit to RELEASE_NOTES)