diff --git a/proxy.rkt b/proxy.rkt index cfb0ec8..67c0ac5 100644 --- a/proxy.rkt +++ b/proxy.rkt @@ -18,8 +18,7 @@ (require "os-dns.rkt") ;; Instantiated with a collection of trusted roots to begin its -;; searches from. Performs recursive queries. Caches in the stupidest -;; possible way. +;; searches from. Performs recursive queries. ;; For discarding retransmitted requests that we're still working on. (struct active-request (source id) #:transparent)