Skip to content
  • Ondřej Surý's avatar
    Refactor the dns_name API to use ISC_THREAD_LOCAL · 1a66aabd
    Ondřej Surý authored and Ondřej Surý's avatar Ondřej Surý committed
    Previously, the dns_name API used isc_thread_key API for TLS, which is
    fairly complicated and requires initialization of memory contexts, etc.
    This part of code was refactored to use a ISC_THREAD_LOCAL pointer which
    greatly simplifies the whole code related to storing TLS variables.
    1a66aabd