As for packet loss and reorders, there's the `lost` property on each 
`round_trip` that could be plotted, but for re-orders there's so far just a 
global `late_packets`, which is the number of packets who sequence number is 
lower than the previous one received. It would be possible to add a `late` flag 
to `round_trip` without breaking anything, so I added that to the list.

What's TSDE?

As for tcp'ish irtt, I think I need to go canicross the dog in the forest 
before I internalize that. :) Although I bet per-packet RTTs would be 
invaluable for investigating ecn?

`pping` gives per-packet rtt for tcp today, in case that useful. Perhaps an 
integrated tool could combine traffic generation using the standard stack and 
passive analysis for gathering results...

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/148#issuecomment-416469895
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

Reply via email to