On Tue, Aug 14, 2012 at 09:42, Simon Perreault wrote: > - CoDel needs to timestamp each packet when it gets queued. > - I added a new member in struct pkthdr for this. Is this ok? > - I end up calling microuptime() for each packet. Is this ok?
You want to use getmicrouptime, it's faster. See the man page.
