2008-05-30 Jens Alfke Fixed a serious bug - a race condition where a data buffer in the writer's queue could be dealloced (not the NSData, but its bytes themselves) before the writer sent it, resulting in an EFAULT error.
2008-05-29 Jens Alfke Got it to build on iPhone. (Haven't tried running it yet.)
2008-05-25 Jens Alfke Added -[TCPConnection initToNetService:] to make it easier to use with Bonjour. This allowed me to simplify BLIPEchoClient quite a lot.
2008-05-25 Jens Alfke First public release.
2008-05-25 Jens Alfke More documentation. release_1
2008-05-25 Jens Alfke More documentation.