pping: Update TODO about timestamp ref count

Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
This commit is contained in:
Simon Sundberg
2022-03-10 10:33:18 +01:00
parent 11f1d88742
commit 8c0084dd0e

View File

@@ -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