Fix server connection flood when SSL fails.

This commit is contained in:
Merdal Kaymaz 2015-02-02 12:07:08 +01:00
parent bd898207c6
commit 2413d8a083
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class RelayFactory(ReconnectingClientFactory):
def buildProtocol(self, addr):
#Connected - reset reconnect attempt delay.
self.resetDelay()
self.maxDelay = 900
x = self.protocol(self.config)
x.factory = self
return x