mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
The awk pattern used $(NF-2) which picked up the retransmit count (0) instead of the bandwidth value, because the retransmit field sits between the bandwidth unit and "sender". Search for the bits/sec field by content instead of position.