Update TODO.
authorAndreas Schneider <asn@samba.org>
Tue, 28 Jan 2014 09:14:08 +0000 (10:14 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 28 Jan 2014 12:23:21 +0000 (13:23 +0100)
Reviewed-by: Stefan Metzmacher <metze@samba.org>
TODO

diff --git a/TODO b/TODO
index 2ce46ff0ebc996adf89b19ebc3daaad65eb1806a..205cfaf3ca6f5dce4ff171f52215e0213d08a1a4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,6 +10,8 @@ Library:
   We accept a connection from a client and need to pass the fd to another
   child we forked. socket_wrapper then needs to send the 'struct socket_info'
   to the child first and set it up there.
+  Or do it like swrap_accept() and call getpeername() and getsockname().
+* Add support for threading.
 
 Testing:
 ---------
@@ -17,3 +19,4 @@ 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.