ObjFW  Ticket Change Details

Overview

Artifact ID: 74018adb03c8bbc1d7db6b6a8c3e6d3f4df1a8b39ace7727ef97ab2847706cb3
Ticket: 316edadc2411d1b5e5597c32da432c72056ca771
Add a cache in OFDNSResolver
User & Date: js on 2022-11-27 17:45:29
Changes

  1. icomment:
    Currently, `OFHostAddressResolver` queries the DNS server every time. However, this means no caching is performed when performing multiple connections to the same host. Look at the returned TTL and keep it in a cache for that long.
    
  2. login: "js"
  3. milestone changed to: "1.0"
  4. mimetype: "text/x-markdown"
  5. priority changed to: "Medium"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Add a cache in OFHostAddressResolver"
  9. type changed to: "Feature_Request"