Skip to content

Commit

Permalink
[RC] Fix typo on transport layer (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourencom authored Jan 8, 2024
1 parent 1f3a960 commit 01b966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rc/0003-transporte.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ não representar a realidade.
Então, alternativamente, calcula-se o $\op{EstimatedRTT}$, que é uma média de vários $\op{SampleRTT}$s.

Alternativamente a esses tempos, pode-se ainda calcular o
$\op{EstimateRTT} = (1-\alpha) \times \op{EstimatedRTT} + \alpha \times \op{SampleRTT}$
$\op{EstimatedRTT} = (1-\alpha) \times \op{EstimatedRTT} + \alpha \times \op{SampleRTT}$
(tipicamente, $\alpha = 0.125$). A esta fórmula chama-se
**EWMA** (_Exponential Weighted Moving Average_),
e com ela, a influência das amostras anteriores diminui exponencialmente.
Expand Down

0 comments on commit 01b966f

Please sign in to comment.