internet: (fixes #896) Standardize End System Model attributes across IPv4 and IPv6

This commit is contained in:
Alessio Bugetti
2024-01-27 02:33:56 +00:00
committed by Tommaso Pecorella
parent 567566c259
commit 6155ed728e
12 changed files with 139 additions and 32 deletions

View File

@@ -31,6 +31,7 @@ Release 3-dev
- (wifi) - Reduce error rate model precision to fix infinite loop when Ideal rate manager is used with EHT
- (lr-wpan) !1794 - Group MAC primitives status enumerations into a single enumeration
- (core) !1802 - Added support for Bernoulli and Binomial random variables (`BernoulliRandomVariable`, `BinomialRandomVariable`)
- (internet) !1817 - Resolved inconsistency in behavior regarding the Strong End System Model between IPv4 and IPv6. Attributes `Ipv6L3Protocol::StrongEndSystemModel` and `Ipv4::WeakEsModel` have been aligned to provide a consistent user experience and avoid confusion
### Bugs fixed