gayanvoice / android-vpn-client-ics-openvpn

⭐ Create your Android VPN App by using Android Studio and publish to Google Play Store 🤖
https://gayanvoice.medium.com/develop-a-vpn-app-in-java-using-android-studio-6f1f2d66031e
MIT License
585 stars 318 forks source link

i'm concerned about diffOut and diffIn #71

Closed tuannq-0847 closed 3 years ago

tuannq-0847 commented 3 years ago

i'm just concerned about diffOut and diffIn was calculated here by this formula. Sometimes it's equal to zero. Is it right?

https://github.com/gayanvoice/android-vpn-client-ics-openvpn/blob/7e5673fbec0cd1666f8b1b96fb971862fe7263a0/app/src/main/java/de/blinkt/openvpn/core/TrafficHistory.java#L179