summaryrefslogtreecommitdiff
path: root/voctocore/lib/tcpsingleconnection.py
diff options
context:
space:
mode:
authorMarkus Otto <otto@fs.tum.de>2015-08-14 19:01:05 +0200
committerMarkus Otto <otto@fs.tum.de>2015-08-15 12:56:22 +0200
commit079c0cc1aa089c865768b232003570fa73fc52fa (patch)
tree682266b73e2544c6c8d1b3cde17ece5b636951c1 /voctocore/lib/tcpsingleconnection.py
parent2aa635013174a8c73839d52d678e503eabed2900 (diff)
add protocol features and minor fixes
Diffstat (limited to 'voctocore/lib/tcpsingleconnection.py')
-rw-r--r--voctocore/lib/tcpsingleconnection.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/voctocore/lib/tcpsingleconnection.py b/voctocore/lib/tcpsingleconnection.py
index 886318f..d08f430 100644
--- a/voctocore/lib/tcpsingleconnection.py
+++ b/voctocore/lib/tcpsingleconnection.py
@@ -9,8 +9,6 @@ class TCPSingleConnection(object):
if not hasattr(self, 'log'):
self.log = logging.getLogger('TCPMultiConnection')
- self.port = port
-
self.log.debug('Binding to Source-Socket on [::]:%u', port)
self.boundSocket = socket.socket(socket.AF_INET6)
self.boundSocket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)