summaryrefslogtreecommitdiff
path: root/utilities/utilities.go
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-03-19 20:33:24 -0400
committerWill Hawkins <[email protected]>2022-03-19 20:33:24 -0400
commit710fb3cb8bc32eb1250f333b8184ba044f627ad5 (patch)
tree789f2a2c99fafdcf5b314ce0e3869c853aeac938 /utilities/utilities.go
parenteecdfd2d82a0c52701e62ec6042c1bec387f05df (diff)
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.
Diffstat (limited to 'utilities/utilities.go')
-rw-r--r--utilities/utilities.go2
1 files changed, 1 insertions, 1 deletions
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.