Use timeout value.

This commit is contained in:
Steve Dougherty 2012-03-02 21:03:22 -05:00
parent 37d8d786da
commit 3a5018ec1a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def main():
else:
factory = RelayFactory(host, channel, privReply, port)
reactor.connectTCP(host, port, factory)
reactor.connectTCP(host, port, factory, timeout)
reactor.callWhenRunning(signal, SIGINT, handler)
reactor.run()