Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Apr 23, 2022
1 parent ada22fa commit 6f1ad5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These steps are represented in the following diagram:

Bringing _t₁_ to the local time (between _t₀_ and _t₂_):

t₀ < t₁ + θ < t₂
t₀ < t₁ + θ < t₂ ⇒ t₀ - t₁ < θ < t₂ - t₁

So,

Expand Down Expand Up @@ -58,8 +58,4 @@ t₂ + d + (t₂ - t₀)/2 - θ = ⌊t₁⌋ + k, k ∈ ℤ
Where:

- _(t₂ - t₀)_ is an estimation of the round-trip time (RTT).

- We suppose that both the request and the response take half-RTT to go from
the sender to the receiver.

- _- θ_ converts from local to remote time.

0 comments on commit 6f1ad5b

Please # to comment.