You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
In our app, user bandwidth would never cross 150kbps since most of our users are in 2g and rarely in 3g. Consequently, the connection class is always in POOR.
Can we have this feature so that the library will be useful in my app?
Would changing the connection class speeds mess up the math in moving averages and hysteresis?
The text was updated successfully, but these errors were encountered:
sreejithr
changed the title
Ability to Specify Custom Intervals for Connection Quality Classes
Feature Request: Ability to Specify Custom Intervals for Connection Quality Classes
Jun 15, 2016
Changing the thresholds doesn't affect the averaging math. Keep in mind that the averages are very noisy, so your thresholds should be at least a factor of ~3.5 apart; for instance 30, 100, 350. You should go ahead and change them to whatever makes sense for your app.
Any intention yet to remove them from the hard-coded part and make it configurable in the future? I'd like to make that configurable for a react-native bridge. Or should we continue with a fork?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In our app, user bandwidth would never cross 150kbps since most of our users are in 2g and rarely in 3g. Consequently, the connection class is always in POOR.
The text was updated successfully, but these errors were encountered: