From 167506071d9cd322cc3f6ac1bd434e86b324ceab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Gon=C3=A7alves?= <93784204+nunogoncalves03@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:20:27 +0000 Subject: [PATCH] [RC] Fix selective repeat window size rule (#989) --- content/rc/0003-transporte.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rc/0003-transporte.md b/content/rc/0003-transporte.md index 9ae83a4c..9e0a6a6a 100644 --- a/content/rc/0003-transporte.md +++ b/content/rc/0003-transporte.md @@ -250,7 +250,7 @@ Para se entender melhor, considere-se o seguinte exemplo, com $N = 5$: ![Reenvio de falhas e novos pacotes](./assets/0003-SelectiveRepeat-5.png#dark=3)
Neste caso, a seguinte condição tem que ser respeitada: -$\frac{N_{pkts}}{2} \leq N_w$ +$N_w \leq \frac{N_{pkts}}{2}$ ## TCP - Transmission Control Protocol