From a7f2c50d33d4aad16af33de2e09f99f51352db29 Mon Sep 17 00:00:00 2001 From: SATO Yusuke Date: Mon, 21 Oct 2019 14:35:59 +0900 Subject: [PATCH] Correct mistranslation The original translation doesn't make sense. --- README-ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-ja.md b/README-ja.md index fb288453..17a13027 100644 --- a/README-ja.md +++ b/README-ja.md @@ -1372,7 +1372,7 @@ TCPは[IP ネットワーク](https://en.wikipedia.org/wiki/Internet_Protocol) 以下のような場合にはUDPよりもTCPを使うといいでしょう: * 全てのデータが欠損することなしに届いてほしい -* ネットワークスループットの最適な自動推測をしてオペレーションしたい +* ネットワークスループットの利用効率を、予測上の最適値まで自動的に最適化したい ### ユーザデータグラムプロトコル (UDP)