Extension udp

UDP 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 UDP packets. 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 UDP packets. Untick the checkbox to let the server derive the port number from its own base port.

pool_size

integer

1000

Request handler pool size.

Maximum number of concurrent UDP requests to handle.