On Fri, Oct 30, 2015 at 01:14:02PM +0100, Stefan Sørensen wrote:
> The list of rx timestamps are currently only pruned of old entries when a
> new entry is inserted. If no new entries are added, old timestamps may
> survive beyond their lifetime, possible causing them to be attached to
> packets wi
The list of rx timestamps are currently only pruned of old entries when a
new entry is inserted. If no new entries are added, old timestamps may
survive beyond their lifetime, possible causing them to be attached to
packets with the same sequence number after a rollover.
Signed-off-by: Stefan Søre