]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update notes
authorAlan T. DeKok <aland@freeradius.org>
Mon, 27 Nov 2017 19:13:28 +0000 (14:13 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 27 Nov 2017 19:13:28 +0000 (14:13 -0500)
src/modules/proto_radius/proto_radius_udp.c

index ded659959add47254b1f8cff80a902ae8084abbd..0aa5aad0d528f4ac4801b27988f535304e53e227 100644 (file)
@@ -497,8 +497,11 @@ static ssize_t dynamic_client_alloc(proto_radius_udp_t *inst, uint8_t *packet, s
        /*
         *      It's now one of our clients (pending).
         *
-        *      @todo - add creation time, and delete it when the
-        *      request hits max_request_time.
+        *      We can rely on the worker enforcing max_request_time,
+        *      so we don't need to do something similar here.
+        *
+        *      i.e. if the client takes 30s to define, well, too
+        *      bad...
         */
        if (!client_add(inst->dynamic_clients.clients, client)) {
                talloc_free(client);