|
@ -67,6 +67,7 @@ class TcpConnection(threading.Thread, util.PrintError): |
|
|
self.host = str(self.host) |
|
|
self.host = str(self.host) |
|
|
self.port = int(self.port) |
|
|
self.port = int(self.port) |
|
|
self.use_ssl = (self.protocol == 's') |
|
|
self.use_ssl = (self.protocol == 's') |
|
|
|
|
|
self.daemon = True |
|
|
|
|
|
|
|
|
def diagnostic_name(self): |
|
|
def diagnostic_name(self): |
|
|
return self.host |
|
|
return self.host |
|
|