diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:40:53 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch) | |
tree | 1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/turn/index.html | |
parent | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff) | |
download | translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2 translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/turn/index.html')
-rw-r--r-- | files/fr/glossary/turn/index.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/files/fr/glossary/turn/index.html b/files/fr/glossary/turn/index.html deleted file mode 100644 index 5fcb831698..0000000000 --- a/files/fr/glossary/turn/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: TURN -slug: Glossary/TURN -tags: - - Glossaire - - Infrastructure - - Mécanismes web - - WebRTC -translation_of: Glossary/TURN -original_slug: Glossaire/TURN ---- -<p><strong>TURN </strong>(Traversal Using Relays around NAT) est un {{Glossary("protocol","protocole")}} permettant à un ordinateur de recevoir et d'envoyer des données malgré l'utilisation de {{glossary("NAT", "translation d'adresse réseau")}} (NAT) ou le fait d'être derrière un pare-feu.</p> - -<h2 id="Pour_approfondir">Pour approfondir</h2> - -<h3 id="Culture_générale">Culture générale</h3> - -<ul> - <li><a href="/fr/docs/Web/API/WebRTC_API/Architecture/Protocols">Protocoles WebRTC</a></li> -</ul> - -<h3 id="Référence_technique">Référence technique</h3> - -<ul> - <li><a href="http://www.ietf.org/rfc/rfc5766.txt">Spécification</a></li> - <li><a href="http://www.ietf.org/rfc/rfc6156.txt">Spécification actualisée pour IPv6</a></li> -</ul> - -<ul> -</ul> |