BeepTransportTCP object
Implementation of TCP transport engine.

  NameDescription 
  DebugFileHolds name of file where debug information will be saved. 
  FramingDetermines if TCP specific SEQ frames are used. 
  HostnameHolds hostname where transport will connect. 
  PortHolds port number that will be used. 
  TagTag for misc usage. 
  TimeoutSpecifies inactivity timeout, in seconds. 
 

BeepTransportTCP is TCP implementation of BeepTransport interface, and is used to connect two peers through TCP/IP connection. Besides above properties, it implements completely all BeepTransport methods.