}
if (attr == end) {
- // @todo - save ptr to attr
attr[0] = FR_PROXY_STATE;
attr[1] = 18;
memset(attr + 2, 0, 16);
/*
* Clear the backlog before sending any new packets.
- *
- * @todo - only call mod_clear_backlog() if there are
- * active connections.
*/
if (t->pending) mod_clear_backlog(t);
t->active = fr_heap_create(conn_cmp, offsetof(rlm_radius_udp_connection_t, heap_id));
- // @todo - get parent, and initialize the list of IDs by code, from what is permitted by rlm_radius
-
mod_connection_alloc(t->inst, t);
return 0;