network-quality/goresponsiveness

sampling linux TCP_INFO is fascinating

Opened this issue · 1 comments

dtaht commented

I wouldn't attempt parsing it in this tool directly, just capturing the full blob (which grows in stats in every release of linux), but it has some great stuff in it, ecn, retransmits, rtt, pacing_rate, unacked of note.

https://elixir.bootlin.com/linux/v5.14/source/include/uapi/linux/tcp.h#L229