Synopsis
typedef struct {
  CTL_NET_PORT_t min_ephemeral_port;
  CTL_NET_PORT_t max_ephemeral_port;
  int max_bound_ports;
} CTL_UDP_CONFIGURATION_t;
Description

CTL_UDP_CONFIGURATION_t contains the initialization parameters for the UDP layer. Please refer to ctl_udp_init for a description of these members.

See Also

ctl_udp_init