Dong Mo <montedong@gmail.com> writes:Right; note that that measures time to establish a new connection, not
> I also found this to sample tcp latency performance:
> https://code.google.com/p/paping/
the delay of packets within an already established connection. My guess
would be that each established connection would have a new source port,
thus hashing into a new bin.
I'm pretty sure it supports the normal classifier (tc filter). That
> Does fq_codel's flow classification supports external classifier
> filter? Say I only want to hash on dst port in my case.
overrides the built-in hashing completely, but IIRC you can do your own
hashing in tc filter :)
-Toke