mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-09-17 17:40:38 +03:00
Correct mistranslation
The original translation doesn't make sense.
This commit is contained in:
@@ -1372,7 +1372,7 @@ TCPは[IP ネットワーク](https://en.wikipedia.org/wiki/Internet_Protocol)
|
|||||||
以下のような場合にはUDPよりもTCPを使うといいでしょう:
|
以下のような場合にはUDPよりもTCPを使うといいでしょう:
|
||||||
|
|
||||||
* 全てのデータが欠損することなしに届いてほしい
|
* 全てのデータが欠損することなしに届いてほしい
|
||||||
* ネットワークスループットの最適な自動推測をしてオペレーションしたい
|
* ネットワークスループットの利用効率を、予測上の最適値まで自動的に最適化したい
|
||||||
|
|
||||||
### ユーザデータグラムプロトコル (UDP)
|
### ユーザデータグラムプロトコル (UDP)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user