From 710fb3cb8bc32eb1250f333b8184ba044f627ad5 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 19 Mar 2022 20:33:24 -0400 Subject: Rename: Change bearing to generating The newest version of the specification replaces the term bearing with the term generating. This patch brings the updated language to the code to make it easier to track the implementation's conformance to the spec. --- utilities/utilities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utilities/utilities.go') diff --git a/utilities/utilities.go b/utilities/utilities.go index 8b64da4..46d5766 100644 --- a/utilities/utilities.go +++ b/utilities/utilities.go @@ -79,7 +79,7 @@ func CalculateSequentialRTTsTime( roundTripCount := uint16(0) before := time.Now() /* - TODO: We are not going to measure round-trip times on the load-bearing connection + TODO: We are not going to measure round-trip times on the load-generating connection right now because we are dealing with a massive amount of buffer bloat on the Apple CDN. -- cgit v1.2.3