throttle icon indicating copy to clipboard operation
throttle copied to clipboard

tc.js uses different interfaces for up and down

Open ibc opened this issue 6 years ago • 1 comments

  • For down is calls tc with "ifb0": https://github.com/sitespeedio/throttle/blob/master/lib/tc.js#L61
  • For upd it calls tc with iFace: https://github.com/sitespeedio/throttle/blob/master/lib/tc.js#L76

It's a bug, right?

ibc avatar Apr 23 '19 15:04 ibc

Yeah, this looks strange, and I guess it will not work if you are not using ifb0 then? I think this was ported directly from the settings from WPT. Let me have look before I release the next version.

soulgalore avatar Aug 08 '20 19:08 soulgalore