};
-static conf_parser_t const udp_config[] = {
-
- CONF_PARSER_TERMINATOR
-};
-
/*
* A mapping of configuration file names to internal variables.
*/
{ FR_CONF_POINTER("status_check", 0, CONF_FLAG_SUBSECTION, NULL), .subcs = (void const *) status_check_config },
- { FR_CONF_POINTER("udp", 0, CONF_FLAG_SUBSECTION, NULL), .subcs = (void const *) udp_config },
-
{ FR_CONF_OFFSET("max_attributes", rlm_radius_t, max_attributes), .dflt = STRINGIFY(RADIUS_MAX_ATTRIBUTES) },
{ FR_CONF_OFFSET("require_message_authenticator", rlm_radius_t, require_message_authenticator),
.proxy_state = inst->proxy_state,
};
- /*
- * We're always async
- */
- inst->fd_config.async = true;
-
/*
* Allow for O(1) lookup later...
*/