From 8c0084dd0e35103133e81b6141455c3410ba63d5 Mon Sep 17 00:00:00 2001 From: Simon Sundberg Date: Thu, 10 Mar 2022 10:33:18 +0100 Subject: [PATCH] pping: Update TODO about timestamp ref count Signed-off-by: Simon Sundberg --- pping/TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pping/TODO.md b/pping/TODO.md index 588659d..d0e729a 100644 --- a/pping/TODO.md +++ b/pping/TODO.md @@ -66,6 +66,9 @@ - Keeping entries around for a long time allows the map to grow unnecessarily large, which slows down the cleaning and may block new entries +- [x] Keep track of outstanding timestamps, only match when necessary + - Can avoid doing lookups in timestamp hash map if we know that + there are no outstanding (unmatched) timestamps for the flow # Potential issues