Re: Using SRP on TCPServer module

2005-10-14 Thread Paul Rubin
"dcrespo" <[EMAIL PROTECTED]> writes: > Now that you know what I have, I would like to add SRP functionality to > the validation of each new connection. > What I need to add to my code to get SRP to work? I don't know where to > start. The docs are poor. I don't know of a Python SRP module that on

Using SRP on TCPServer module

2005-10-14 Thread dcrespo
Hi all, Below, you can see a class that when it receives a host connection, it gets validated. Then, if the validation returns True, then process the request. Also, if I want to stop the server, I simply access the self.QuitFlag in lock mode, and set it to 1. Now that you know what I have, I woul