summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-28 10:14:08 +0100
committerAndreas Schneider <asn@samba.org>2014-01-28 13:23:21 +0100
commite200ed88dbf6c9969daee83f9fcdca2c5bd1c0e7 (patch)
tree0d0711aac688ab4758501a0703909871c8e00d38 /TODO
parent553d8a25f86db7935617fdf4326ac9859d5ebb31 (diff)
downloadsocket_wrapper-e200ed88dbf6c9969daee83f9fcdca2c5bd1c0e7.tar.gz
socket_wrapper-e200ed88dbf6c9969daee83f9fcdca2c5bd1c0e7.tar.xz
socket_wrapper-e200ed88dbf6c9969daee83f9fcdca2c5bd1c0e7.zip
Update TODO.
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2ce46ff..205cfaf 100644
--- 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.