Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The TCPServer transport handler allows the propagation of results over TCP/IP as a server. This transport handler can be used in both directions, other client can connect to this server to receive data and to publish data.

Important: Under Windows use "TCPServer2"!

Options

  • port: The port to listen for connections

  • read: The size of the read buffer (optional)

  • write: The size of the write buffer (optional)

...