internet-apps: Add new Ping (co-authors Chandrakant Jena and Tom Henderson)
This commit is contained in:
committed by
Tommaso Pecorella
parent
83dcacadc5
commit
da107e04ee
@@ -21,12 +21,14 @@ Changes from ns-3.37 to ns-3.38
|
||||
* (network) Add class `TimestampTag` for associating a timestamp with a packet.
|
||||
* (wifi) Added a new attribute **NMaxInflights** to QosTxop to set the maximum number of links on which an MPDU can be simultaneously in-flight.
|
||||
* (core) Added several macros in **warnings.h** to silence compiler warnings in specific sections of code. Their use is discouraged, uness really necessary.
|
||||
* (internet-apps) Add class `Ping` for a ping model that works for both IPv4 and IPv6.
|
||||
|
||||
### Changes to existing API
|
||||
|
||||
* (network) **Ipv4Address** and **Ipv6Address** now do not raise an exception if built from an invalid string. Instead the address is marked as not initialized.
|
||||
* (internet) TCP Westwood model has been removed due to a bug in BW estimation documented in <https://gitlab.com/nsnam/ns-3-dev/-/issues/579>. The TCP Westwood+ model is now named **TcpWestwoodPlus** and can be instantiated like all the other TCP flavors.
|
||||
* (internet) `TcpCubic` attribute `HyStartDetect` changed from `int` to `enum HybridSSDetectionMode`.
|
||||
* (internet-apps) Classes `v4Ping` and `Ping6` will be deprecated and removed in the future, replaced by the new `Ping` class.
|
||||
|
||||
### Changes to build system
|
||||
|
||||
|
||||
Reference in New Issue
Block a user