Skip to content
  • Nick Mathewson's avatar
    Add a tor_tls_release_socket() function. · ae569299
    Nick Mathewson authored
    This function tells the underlying TLS object that it shouldn't
    close the fd on exit.  Mostly, we hope not to have to use it, since
    the NSS implementation is kludgey, but it should allow us to fix
    ae569299