From b8c59de03896ba6173e8f6b8aaf6dde537e13196 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 13 Apr 2016 08:03:39 +0200 Subject: Fix LaTeX warning --- assignment4.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment4.tex b/assignment4.tex index f16379c..b30c6d4 100644 --- a/assignment4.tex +++ b/assignment4.tex @@ -83,7 +83,7 @@ \item I'm assuming that the window size when loss occurs is $W=1000$. After loss, the window drops to half ($500$) and then linearly increases. This gives an average window size of $750$ segments. - The average throughput is then $3W / 4RTT = 3000 / 600ms = 5$ segments per $ms$, or $7,500,000~bps$. + The average throughput is then $3W / 4RTT = 3000 / 600ms = 5$ segments per $ms$, or $7,500,000 bps$. \item We need to go back from 500 to 1000 segments. Every RTT, the congestion window is increased by one segment, so this takes $500\cdot150ms=75s$. \end{enumerate} -- cgit v1.2.3