Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Apr 9, 2024
1 parent a4cb94f commit 4bd4f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/design/dd-006-throttling.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ structure of a "read" network events is the following:
Through these events, we know when "read" returned (`t`), for how much time it was blocked
(`t - t0`), and the number of bytes sent or received.

The slope of the integral of "read" events, threfore, provides information about the speed
The slope of the integral of "read" events, therefore, provides information about the speed
at which we were receiving data from the network. Slow downs in the stream either correspond
to reordering and retransmission events (where there is head of line blocking) or to
timeout events (where the TCP pipe is empty).
Expand Down Expand Up @@ -168,8 +168,8 @@ should be careful to exclude segments sent back to back.
In general, detecting more precisely the characteristics of throttling either
requires additional research aimed at classifying the stream of events emitted
by a receiving socket under specific throttling conditions. A possible starting
point for this research could be [Strengthening measurements from the edges:
application-level packet loss rate estimation by Basso et al.](
point for this research could be ["Strengthening measurements from the edges:
application-level packet loss rate estimation" by Basso et al.](
https://www.sigcomm.org/sites/default/files/ccr/papers/2013/July/2500098-2500104.pdf).

An alternative approach would require the possibility of providing OONI experiments
Expand Down

0 comments on commit 4bd4f49

Please sign in to comment.