]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Removed a comment.
authorKarel Slany <karel.slany@nic.cz>
Mon, 25 Jul 2016 14:26:38 +0000 (16:26 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 11 Aug 2016 12:06:45 +0000 (14:06 +0200)
lib/resolve.c

index 513fcb197c890ba09149366e01390aac274e682c..32fc1d8fa2cee08f44ae1a7948ae237da876c8f3 100644 (file)
@@ -827,12 +827,6 @@ int kr_resolve_query_finalize(struct kr_request *request, struct sockaddr *src,
        /* If we have deferred answers, resume them. */
        struct kr_query *qry = array_tail(rplan->pending);
 
-       /*
-        * @todo: Expose this point into the layers/modules?
-        * pros: Cookie control structure and LRU cache can be stored in module.
-        * cons: Additional stress on API before sending every packet.
-        */
-
 #if defined(ENABLE_COOKIES)
        /* Update DNS cookies in request. */
        if (type == SOCK_DGRAM) { /* @todo: Add cookies also over TCP? */