netsage-project / tstat-transport

Tstat Transport Tools for NetSage
Other
1 stars 4 forks source link

add tcp_sack_cnt to output #8

Closed bltierney closed 7 years ago

bltierney commented 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.

bltierney commented 7 years ago

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.

montegoode commented 7 years ago

Implemented and released.