rx bitrate的值不會變 - Linux

Table of Contents


我的系統架構:手機 - AP - proxy server - Internet

我的手機連上wifi ap後,

我在ap那看到我的手機的rx bitrate是65.0 MBit/s MCS 7

我上網查到 rx bitrate是接收速度

接著我在proxy server用 tc 將我手機IP的流量限制在20MBit/s

但是我到ap上看,發現ap上的資訊還是65.0MBit/s

請問這是為什麼?

--

All Comments

Andy avatarAndy2016-01-30
沒code幫不上忙
Megan avatarMegan2016-01-31
因為那是網卡的工作速度, 和 tc 無關
Kristin avatarKristin2016-02-01
要看要用 tc class show dev ethX
Todd Johnson avatarTodd Johnson2016-02-01
不懂,那RX、TX是什麼時候會變化
Leila avatarLeila2016-02-05
你手動改變網路卡工作速度的時候如iwconfig wlan0 rate
Daniel avatarDaniel2016-02-09
ok 謝謝