summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-12-26 23:28:23 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-12-26 23:28:23 +0000
commit18e52063f3e7b78559e9de20792b218c33fc44f4 (patch)
tree80276b96046fce99ad67b11b0949d5eb2ffc30c1 /TODO
parentremoving getfd functions (diff)
added initial tcp module
git-svn-id: https://svn.spreadspace.org/gcsd/trunk@81 ac14a137-c7f1-4531-abe0-07747231d213
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 82501a9..a1a1d94 100644
--- a/TODO
+++ b/TODO
@@ -5,9 +5,10 @@
* finish API for command & response dispatch tables
* module API etc. clean-up, finalize, freeze
* add modules
- - tcp
- - udp
- - unix
+ - tcp_connect
+ - udp_listen, udp_connect
+ - unix_listen, unix_connect
- inotify
+ * finilize tcp_listen module
* exec module, add support for parameters
* improve module loader (allow multiple search paths)