Mostly just title. We currently have to mutex during connection creation (because the set_config method in s2n is not thread-safe). Regardless, it would generally be better to pool connections together so we can use *_wipe instead of *_free and save on allocations.