Extension tcp

TCP socket-based communication channel.

Version

-

Tags

-

Dependencies

-

Configuration properties

Table 1. properties
Property Type Default Description

host

string

Host.

IP address of the host that the server should listen on for incoming TCP connections. Use an empty string to listen on all interfaces, or 127.0.0.1 to listen on localhost only.

port

integer

5001

Port.

Port that the server should listen on for incoming TCP connections. Untick the checkbox to let the server derive the port number from its own base port.

pool_size

integer

1000

Connection pool size.

Maximum number of concurrent TCP connections to handle.