Correct mistranslation

The original translation doesn't make sense.
pull/331/head
SATO Yusuke 2019-10-21 14:35:59 +09:00
parent 734c3a4b67
commit a7f2c50d33
1 changed files with 1 additions and 1 deletions

View File

@ -1372,7 +1372,7 @@ TCPは[IP ネットワーク](https://en.wikipedia.org/wiki/Internet_Protocol)
以下のような場合にはUDPよりもTCPを使うといいでしょう: 以下のような場合にはUDPよりもTCPを使うといいでしょう:
* 全てのデータが欠損することなしに届いてほしい * 全てのデータが欠損することなしに届いてほしい
* ネットワークスループットの最適な自動推測をしてオペレーションしたい * ネットワークスループットの利用効率を、予測上の最適値まで自動的に最適化したい
### ユーザデータグラムプロトコル (UDP) ### ユーザデータグラムプロトコル (UDP)