From 5d4730e75a3cf4b769ff78d3846a9bd001ba19c5 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Thu, 10 May 2007 15:26:24 +0200 Subject: [PATCH] Changed TODOs. Signed-off-by: Stelian Ionescu --- io.streams/TODO | 4 ++++ sockets/TODO | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 io.streams/TODO diff --git a/io.streams/TODO b/io.streams/TODO new file mode 100644 index 0000000..4be449e --- /dev/null +++ b/io.streams/TODO @@ -0,0 +1,4 @@ +-*- outline -*- + +* High priority +- make sure the stream code works with non-blocking FDs diff --git a/sockets/TODO b/sockets/TODO index cb4a705..f5769eb 100644 --- a/sockets/TODO +++ b/sockets/TODO @@ -1,8 +1,11 @@ -*- outline -*- * High priority -- make it possible to specify stream's external format in OPEN-SOCKET-CLIENT and ACCEPT +- make it possible to specify stream's external format and buffer size + in OPEN-SOCKET-CLIENT and ACCEPT - add read/write timeouts to sockets +- rehaul the error hierarchy and make sure that all UNIX-ERRORs are + mapped to some subclass of SOCKET-ERROR * Medium priority - make it possible to re-open sockets -- 2.11.4.GIT