lynxthecat / cake-autorate

Eliminate the excess latency and jitter terrorizing your 4G, 5G, LTE, Starlink or other variable rate connection!
https://www.bufferbloat.net
GNU General Public License v2.0
268 stars 24 forks source link

Cleanup and fix bug in parser for iputils-ping #250

Closed rany2 closed 1 year ago

rany2 commented 1 year ago

Reduce nesting and slight fix of inconsistent tabs/space which need some work to be fully "fixed."

While cleaning up, a bug was found where the iputils-ping parser was checking if ts == cksum but not skipping the loop if it were the case. This was addressed along with the general cleanup.