From 548c540989527b45b9152f9f21ab8cf5e53893a6 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 1 Jul 2020 23:14:01 +0200 Subject: Slight optimisation of ht_grow() The hashtable has been slightly integration-tested, but not rigorously -- even though the implementation is non-trivial enough that it could warrant testing. And it's a completely separate module, so eminently testable. Please test. --- TODO.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 1f09bca..be26784 100644 --- a/TODO.txt +++ b/TODO.txt @@ -5,3 +5,4 @@ - A session is marked inactive 2 minutes after the latest activity on that session. Make the number "2" configurable and not a hard-coded constant. - Use poll(2), not select(2) - Fix OOM dos vector +- Unit tests for hashtable -- cgit v1.2.3-70-g09d2