Configuration of the UDP Sockets.
Configuration of the UDP Sockets.
UDP Socket Configuration File
The UDP sockets configuration file Net_Config_UDP.h contains the following settings:
- Number of UDP Sockets specifies the number of available UDP sockets. This number specifies the maximum number of simultaneously opened UDP connections.
Additional configuration settings for UDP sockets:
- UDP_DYN_PORT_START defines the beginning of the dynamic port range.
- UDP_DYN_PORT_END defines the end of the dynamic port range.
The default dynamic port range, also called private ports, is from 49152 to 65535. UDP dynamic ports are selected in this range if the system itself selects the local UDP port. It is recommended that you keep the default setting.