RELEASE_NOTES
changeset 7880 f5c22d8411e6
parent 7870 059b1b83e29b
child 7884 963d5bfe9c52
equal deleted inserted replaced
7879:0e14523a87fd 7880:f5c22d8411e6
    30 - New "SendIcmpv6Redirect" attribute (and getter/setter functions) to 
    30 - New "SendIcmpv6Redirect" attribute (and getter/setter functions) to 
    31   Ipv6L3Protocol. The behavior is similar to Linux's conf "send_redirects",
    31   Ipv6L3Protocol. The behavior is similar to Linux's conf "send_redirects",
    32   i.e., enable/disable the ICMPv6 Redirect sending.
    32   i.e., enable/disable the ICMPv6 Redirect sending.
    33 - An antenna module is now included, which includes different
    33 - An antenna module is now included, which includes different
    34   radiation pattern models. See the corresponding new section of the
    34   radiation pattern models. See the corresponding new section of the
    35   ns-3 models library documentation for details. 
    35   ns-3 models library documentation for details.
    36    
    36 - Longer and more descriptive names are used for error units in RateErrorModel
       
    37   class and queue mode in Queue class. Attributs in those classes are also
       
    38   changed for consistency. See API documentation for details.
       
    39 
    37 Bugs fixed
    40 Bugs fixed
    38 ----------
    41 ----------
    39  - bug 962  - list of paths to reach objects contains bogus entries
    42  - bug 962  - list of paths to reach objects contains bogus entries
    40  - bug 1313 - Stddev (average.h) returning NaN
    43  - bug 1313 - Stddev (average.h) returning NaN
    41  - bug 1319 - Fix Ipv6RawSocketImpl Icmpv6 filter
    44  - bug 1319 - Fix Ipv6RawSocketImpl Icmpv6 filter