connection_demo
   A client and a server program setting up a connection and sending
   a "Hello World" through i.
   The connection is set up in two ways: 
   a) Traditional TCP-style  connect() with implicit 2-way handshake.
   b) TIPC specific-style 1-way "implicit" setup.
