From 3e4ed7823c8cc1a89346f971656dc94c5831f71d Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 18 Oct 2024 13:58:35 +0100 Subject: [PATCH] Fix typo in CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5785b4754..5c7e8a109 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,7 +26,7 @@ This file is a best-effort approach to solving this issue; we will do our best b ### New API -* (applications) A new trace source `BulkSendApplication::TcpRetransmission` has been added for tracing TCP retranmissions. +* (applications) A new trace source `BulkSendApplication::TcpRetransmission` has been added for tracing TCP retransmissions. * (core) Added `LaplacianRandomVariable` class implementing the Laplacian random variable, and `LargestExtremeValueRandomVariable` class implementing the Largest Extreme Value random variable. * (lr-wpan) Added a new test to `lr-wpan-cca-test.cc` suite. The added test demonstrates a known CCA vulnerability window. * (tcp) A new trace source `TcpSocketBase::LastRtt` has been added for tracing the last RTT sample observed. The existing trace source `TcpSocketBase::Rtt` is still providing the smoothed RTT, although it had been incorrectly documented as providing the last RTT.