← Back to team overview

cairo-dock-team team mailing list archive

[Bug 672452] Re: Incorrect down/up speeds in Netspeed

 

actually I don't see how you know the values are incorrect. The applet just shows 2 values, the first one (usually on top) being the download speed.
could you please give more details (gauge/graphic ? maybe a sceenshot).
thanks !

-- 
You received this bug notification because you are a member of Cairo-
Dock Team, which is subscribed to Cairo-Dock Plug-ins.
https://bugs.launchpad.net/bugs/672452

Title:
  Incorrect down/up speeds in Netspeed

Status in Cairo-Dock : Plug-ins:
  New

Bug description:
  Recently, I began to use Netspeed applet on the dock and found that it
  doesn't show the up/down speeds correctly.

  I think the following two lines, near the end of "applet-netspeed.c",
  are incorrect:

  s_fValues[0] = fDownValue;
  s_fValues[1] = fUpValue;

  Changing them to:

  s_fValues[1] = fDownValue;
  s_fValues[0] = fUpValue;

  fixed the issue for me.

  BTW, 'Network-Monitor/src/applet-netspeed.c' has the same issue.





References