TCP/TCPConnection.h
2009-04-29 Added -[TCPConnection initToBonjourService:] since MYBonjourService no longer vends an NSNetService.
2009-04-22 * Added MYBonjourBrowser and MYBonjourService.
2008-06-23 Implemented BLIP 1.1 (explicit 'bye' message)
2008-06-19 Implemented new close protocol with 'bye' meta-message.
2008-06-11 * Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default.
2008-05-29 Got it to build on iPhone. (Haven't tried running it yet.)
2008-05-25 Added -[TCPConnection initToNetService:] to make it easier to use with Bonjour. This allowed me to simplify BLIPEchoClient quite a lot.
2008-05-24 * Added more documentation.
2008-05-23 First checkin after breaking out of Cloudy