From 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:30 +0100 Subject: unslug fr: modify --- files/fr/glossary/tcp_slow_start/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/fr/glossary/tcp_slow_start') diff --git a/files/fr/glossary/tcp_slow_start/index.html b/files/fr/glossary/tcp_slow_start/index.html index 8d37c82c4f..fc35071dc8 100644 --- a/files/fr/glossary/tcp_slow_start/index.html +++ b/files/fr/glossary/tcp_slow_start/index.html @@ -1,11 +1,12 @@ --- title: TCP slow start -slug: Glossaire/TCP_slow_start +slug: Glossary/TCP_slow_start tags: - Performance - Performance Web - TCP translation_of: Glossary/TCP_slow_start +original_slug: Glossaire/TCP_slow_start ---

Le démarrage lent, ou TCP slow start, permet d’accumulez la vitesse de transmission des capacités du réseau sans savoir initialement quelles sont ces capacités et sans créer de congestion. {{glossary('TCP')}} slow start est un algorithme utilisé pour détecter la bande passante disponible pour la transmission par paquets. Il empêche l’apparition d’une congestion du réseau dont les capacités sont initialement inconnues.

-- cgit v1.2.3-54-g00ecf