Closed bltierney closed 7 years ago
Looks like we missed one useful value.
Can you add 'tcp_sack_cnt' to the output, which can be found in tstat fields 63 and 86.
It turns out that SACK is like MSS, and that the true value will be the value in the other direction.
So rather than doing field 63 or 86, it should be the max of 63 or 86.
Implemented and released.
Looks like we missed one useful value.
Can you add 'tcp_sack_cnt' to the output, which can be found in tstat fields 63 and 86.