From 74e9e13c38eeda6b31a0bf971e03d2d79eb81681 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 6 Dec 2018 11:15:46 +0530 Subject: Remove thread-safety task from TODO Signed-off-by: Anoop C S Reviewed-by: Ralph Boehme Reviewed-by: Andreas Schneider --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index 147c166..4a851e6 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,6 @@ Library: --------- Goals: -* Thread safety * The proposed way ==> - fd-passing for tcp sockets (for free) Approach: - tdb "in small". So a "db file". @@ -30,4 +29,3 @@ Testing: * Add a test for sento() to broadcast 255.255.255.255. * Add a test to check that read/readv/send/ only work on connected sockets. * Add unit tests for conversion functions like convert_in_un_remote(). -* Add threaded tests. -- cgit