Merge pull request #87 from Garbee/mobile-emulation

Mobile emulation table
This commit is contained in:
Paul Irish 2014-05-19 09:53:23 -07:00
Родитель aaa63990ed 3496810cb4
Коммит dfd489427a
1 изменённых файлов: 50 добавлений и 0 удалений

Просмотреть файл

@ -190,6 +190,56 @@ After:
<p>On Linux, there are many options for traffic shaping; <a href="http://info.iet.unipi.it/~luigi/dummynet/">dummynet</a> is the recommended option. </p> <p>On Linux, there are many options for traffic shaping; <a href="http://info.iet.unipi.it/~luigi/dummynet/">dummynet</a> is the recommended option. </p>
<table>
<caption>It is recommended to use the following parameters for testing different network conditions.</caption>
<thead>
<tr>
<td></td>
<th>Download Speed</th>
<th>Upload Speed</th>
<th>RTT (ms)</th>
</tr>
</thead>
<tbody>
<tr>
<th>Cable</th>
<td>5 Mbps</td>
<td>1 Mbps</td>
<td>28</td>
</tr>
<tr>
<th>DSL</th>
<td>1.5 Mbps</td>
<td>384 Kbps</td>
<td>50</td>
</tr>
<tr>
<th>FIOS</th>
<td>20 Mbps</td>
<td>5 Mbps</td>
<td>4</td>
</tr>
<tr>
<th>56K Dial-up</th>
<td>49 Kbps</td>
<td>30 Kbps</td>
<td>120</td>
</tr>
<tr>
<th>Mobile 3G</th>
<td>1.6 Mbps</td>
<td>768 Kbps</td>
<td>300</td>
</tr>
<tr>
<th>Mobile 3G - Fast</th>
<td>1.6 Mbps</td>
<td>768 Kbps</td>
<td>150</td>
</tr>
</tbody>
</table>
</div> </div>
<div class="collapsible"> <div class="collapsible">
<h2 id="device-geolocation-overrides">Geolocation Overrides</h2> <h2 id="device-geolocation-overrides">Geolocation Overrides</h2>