821952b669
The new module tlock provides the locking callback function the OpenSSL library requires for the case where multiple threads enter it concurrently. tlock is now automatically initialized by sslconnection's module startup code, and does nothing if the executing Python environment does not provide threading. Note that this does introduce some overhead. For example, during the transfer of CERTFILE by test_socketserver, about 300 locking callbacks are received. |
||
---|---|---|
dtls | ||
.gitignore | ||
README.md |