You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix grammatical error and inconsistent ping output in RTT definition (mdn#43655)
docs: fix grammatical error and inconsistent ping output in RTT definition - Changed "length time" to "length of time" for better grammar.
- Changed "length time" to "length of time" for better grammar.
- Updated the ping statistics footer from "google.com" to "example.com" to match the command.
Copy file name to clipboardExpand all lines: files/en-us/glossary/round_trip_time/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ page-type: glossary-definition
5
5
sidebar: glossarysidebar
6
6
---
7
7
8
-
**Round Trip Time** (**RTT**) is the length time it takes for a data packet to be sent to a destination plus the time it takes for an acknowledgment of that packet to be received back at the origin. The RTT between a network and server can be determined by using the `ping` command.
8
+
**Round Trip Time** (**RTT**) is the length of time it takes for a data packet to be sent to a destination plus the time it takes for an acknowledgment of that packet to be received back at the origin. The RTT between a network and server can be determined by using the `ping` command.
9
9
10
10
```bash
11
11
ping example.com
@@ -20,7 +20,7 @@ PING example.com (216.58.194.174): 56 data bytes
20
20
64 bytes from 216.58.194.174: icmp_seq=2 ttl=55 time=24.287 ms
21
21
64 bytes from 216.58.194.174: icmp_seq=3 ttl=55 time=34.904 ms
22
22
64 bytes from 216.58.194.174: icmp_seq=4 ttl=55 time=26.119 ms
23
-
--- google.com ping statistics ---
23
+
--- example.com ping statistics ---
24
24
5 packets transmitted, 5 packets received, 0.0% packet loss
25
25
round-trip min/avg/max/stddev = 23.781/26.828/34.904/4.114 ms
0 commit comments