weaveworks / tcptracer-bpf

eBPF program using kprobes to trace TCP events without run-time compilation dependencies
Apache License 2.0
410 stars 61 forks source link

Add TTL to TCP events #65

Open akme opened 5 years ago

akme commented 5 years ago

There isn't much ways to get TTL of the packet, so it would be nice if tcptracer will have an option to see TTL of the packet that triggered an event. Mostly interesting to see this for inet_csk_accept().