tcp: Add TCP retransmission trace source

This commit is contained in:
Andreas Boltres
2024-09-03 14:30:07 +00:00
committed by Tom Henderson
parent 8d4e8f60c9
commit f70eabb0f9
3 changed files with 48 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ been tested on Linux. As of this release, the latest known version to work with
- (core) !2018 - `AddDeprecatedName` is now supported in TypeId.
- (energy) !2018 - Energy module now uses the `ns3::energy` namespace in its TypeId.
- (lr-wpan) !2163 - Lr-wpan module now uses the `ns3::lrwpan` namespace in its TypeId.
- (internet) !2027 - TcpSocketBase: Added TCP retransmission trace
### Bugs fixed