multiprocessing.connection.answer_challenge()

multiprocessing.connection.answer_challenge(connection, authkey)

Receive a message, calculate the digest of the message using authkey as the key, and then send the digest back.

If a welcome message is not received, then AuthenticationError is raised.

doc_python
2016-10-07 17:37:34
Comments
Leave a Comment

Please login to continue.