Changed TODOs.
[iolib.git] / sockets / TODO
blobf5769ebc18de98ccad1053fd29bc6b48dd26622c
1 -*- outline -*-
3 * High priority
4 - make it possible to specify stream's external format and buffer size
5   in OPEN-SOCKET-CLIENT and ACCEPT
6 - add read/write timeouts to sockets
7 - rehaul the error hierarchy and make sure that all UNIX-ERRORs are
8   mapped to some subclass of SOCKET-ERROR
10 * Medium priority
11 - make it possible to re-open sockets
13 * Low priority
14 - add MAKE-SOCKET-PAIR
15 - implement SCTP sockets