Skip to content

Commit dbb757e

Browse files
authored
Update README.md
1 parent bdeb1d2 commit dbb757e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ As a result, application outputs HDR histograms of either write latency and netw
88
2. Sends 16-byte message
99
3. Counterparty reads it and sends back
1010
4. We receives data and measure two timings:
11-
4.1. How much time did we write to socket on our side (time for 'write' syscall)
12-
4.2. How much time did we wait before data returned (time from 'write' syscall to end of 'read' syscall)
11+
* How much time did we write to socket on our side (time for 'write' syscall)
12+
* How much time did we wait before data returned (time from 'write' syscall to end of 'read' syscall)
1313

1414
Therefore, we get two numbers. The first one is how much time did we send data to TCP stack. The second number is true TCP connection latency.
1515

0 commit comments

Comments
 (0)