Part of udplog.twisted View Source View In Hierarchy
Reconnecting client factory that resets retry delay upon connecting.
Line # | Kind | Name | Docs |
---|---|---|---|
360 | Method | __init__ | Initialize the factory. |
376 | Method | buildProtocol | Create a protocol and reset the retry delay. |
Initialize the factory.
Parameters | protocolClass | The class to build a protocol with. (type: twisted.internet.interfaces.IProtocol
provider.) |
maxDelay | Maximum number of seconds between connection attempts. (type: float .) |