multiprocessing.connection.deliver_challenge()

multiprocessing.connection.deliver_challenge(connection, authkey)

Send a randomly generated message to the other end of the connection and wait for a reply.

If the reply matches the digest of the message using authkey as the key then a welcome message is sent to the other end of the connection. Otherwise AuthenticationError is raised.

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

Please login to continue.