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
263 stars 24 forks source link

Robustify the log parser and add the SUMMARY record type #277

Closed moeller0 closed 4 months ago

moeller0 commented 4 months ago

Teach the parser to skip over lines not containing the expected number of fields. Also add the SUMMARY record type to the parser to clean up the output.

As it says on the tin, make it more robust and less verbose... Currently SUMMARY records are fully parsed, but not used any further...

rany2 commented 4 months ago

Thanks a lot @moeller0 , merged!