IO.EVENT update
commit743ac05b0693c76dac741c3fc1be45503c114d84
authorLuis Oliveira <loliveira@common-lisp.net>
Sat, 18 Aug 2007 03:59:05 +0000 (18 04:59 +0100)
committerLuis Oliveira <loliveira@common-lisp.net>
Sat, 18 Aug 2007 03:59:05 +0000 (18 04:59 +0100)
tree04fe0edd1d234f02787700b978ffc33ff1ea17b0
parentea8eb311eec571d4f03cf13830446ce8cd1cb7d3
IO.EVENT update

- Misc tweaks to the TCP-TRANSPORT.
- Implemented UDP-TRANSPORT.
- New transport functions: WRITE-DATA and WRITE-DATAGRAM.
- Add TRANSPORT arguments to the STREAM-PROTOCOL generic functions
  as well as default empty methods.
- Rework the FACTORY/SERVER/CLIENT class hierarchy.
- Clean up LISTEN-TCP.
- Implemented UDP-SERVER and LISTEN-UDP.
io.event/io-channel.lisp
io.event/io-protocol.lisp
io.event/pkgdcl.lisp
io.event/server-factory.lisp