>>202
単純計算なら、ping 10msとすると 3MB / (155ms-10ms*1.5) to Mbps = 171.4Mbpsなので、
単純かつ平均サイズ (3MB) 以下の非暗号化Webサイトだけを見るならping 10msの200Mbpsで十分かもな。

実際はレンダリングに時間かかったり、平均サイズ以上のWebサイトがあったり、
暗号化 (https) で4RTTかかったりで、全然足りないけど。

The average web page is 3MB. How much should we care?
https://speedcurve.com/blog/web-performance-page-bloat/
Introducing Zero Round Trip Time Resumption (0-RTT)
https://blog.cloudflare.com/introducing-0-rtt/
> Let’s use 155ms, a fast but human perceptible amount of time, as a unit of time measurement.
※ 1.5掛けてるのは、RTTからTCP 3-way handshakeへの変換。DNSは無視。