More socket TODOs.
[iolib.git] / sockets / TODO
blob357abf91dbdd7a97bfc3d60e8f66c6869fa2b946
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
12 - add/fix socket options
14 * Low priority
15 - add MAKE-SOCKET-PAIR
16 - make it possible to send descriptors/credentials over unix sockets
17 - implement SCTP sockets