|
| Name | Description | ||
| DebugFile | Holds name of file where debug information will be saved. | |||
| Framing | Determines if TCP specific SEQ frames are used. | |||
| Hostname | Holds hostname where transport will connect. | |||
| Port | Holds port number that will be used. | |||
| Tag | Tag for misc usage. | |||
| Timeout | Specifies 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.
|