Connection/Upload speed indication in ADC hubs

Bug #259100 reported by Big Muscle
4
Affects Status Importance Assigned to Milestone
DC++
Fix Released
Undecided
Unassigned
Nominated for Trunk by mb.team

Bug Description

ADC protocol says "US integer Maximum upload speed, bytes/second", but DC++ sends US in bites/second, so it's kind of inconsistency with protocol.

The other thing is that this upload speed isn't visible in userlist in ADC hubs.

Revision history for this message
Gabberworld (gabberworld) wrote :

sample Fix for that. adding that in AdcHub.cpp line 165

 if(!u->getIdentity().get("US").empty()) {
  u->getIdentity().setConnection(Util::formatBytes(u->getIdentity().get("US")) + "/s" );
 }"

Changed in dcplusplus:
status: New → Fix Committed
eMTee (realprogger)
Changed in dcplusplus:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.