bert hubert writes: > On Wed, Feb 27, 2002 at 08:57:11AM -0800, Don Cohen wrote: > > > > How about this: > > use tcpdump to record the packets of that class > > match up the incoming and outgoing packets > > take the difference in tcp timestamps > > Won't work - tcpdump sits before the packet scheduler, and not after. No way. For instance, the packet scheduler can decide to drop the packet. In which case it better not show up in tcpdump! Tcpdump is after dequeue, just before giving the packet to the device.