Connection/Upload speed indication in ADC hubs
Bug #259100 reported by
Big Muscle
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| DC++ |
Fix Released
|
Undecided
|
Unassigned | ||
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.
| Changed in dcplusplus: | |
| status: | New → Fix Committed |
| Changed in dcplusplus: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

sample Fix for that. adding that in AdcHub.cpp line 165
if(!u- >getIdentity( ).get(" US").empty( )) { y().setConnecti on(Util: :formatBytes( u->getIdentity( ).get(" US")) + "/s" );
u->getIdentit
}"