From 90f74d85e51188cda180a7c9bc6658d58ba898c1 Mon Sep 17 00:00:00 2001 From: SATO Yusuke Date: Mon, 21 Oct 2019 14:23:01 +0900 Subject: [PATCH] Correct mistranslation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "oriented" was missing in the translation. - "~の上で動作する" is more suitable for the translation of "over" rather than "~の上で成り立つ" ("carry on"). - Uniform the translation of "Connection" to "コネクション". - "確立" is more commonly used for the translation of "establish" rather than "開始" ("start"). - "切断" is more commonly used for the translation of "terminate" rather than "解除" ("cancel"). - The word "handshake" is not translated. --- README-ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-ja.md b/README-ja.md index 6cb3b57a..65ced739 100644 --- a/README-ja.md +++ b/README-ja.md @@ -1358,7 +1358,7 @@ HTTPはアプリケーション層のプロトコルで、**TCP** や **UDP** Source: How to make a multiplayer game

-TCPは[IP network](https://en.wikipedia.org/wiki/Internet_Protocol)の上で成り立つ接続プロトコルです。接続は[handshake](https://en.wikipedia.org/wiki/Handshaking)によって開始、解除されます。全ての送信されたパケットは欠損なしで送信先に送信された順番で到達するように以下の方法で保証されています: +TCPは[IP ネットワーク](https://en.wikipedia.org/wiki/Internet_Protocol)の上で動作する、コネクション指向のプロトコルです。コネクションの確立と切断は[ハンドシェイク](https://en.wikipedia.org/wiki/Handshaking)によって行われます。送出されたパケットはすべて、元々の順序通りに、かつデータ破損なしに宛先へ到達することが、以下の方法で保証されています: * シーケンス番号と[checksum fields](https://en.wikipedia.org/wiki/Transmission_Control_Protocol#Checksum_computation)が全てのパケットに用意されている * [Acknowledgement](https://en.wikipedia.org/wiki/Acknowledgement_(data_networks))パケットと自動再送信