Introduced comment regarding socket manipulation through the server_conn stub.

This commit is contained in:
smill@cuckoo.sh 2016-09-22 08:29:07 +00:00
parent 3962a11575
commit ab546a7348

View File

@ -731,6 +731,7 @@ class TCPClient(_Connection):
def connect(self):
try:
# Allow the socket to be manipulated by using the server_conn stub.
if not self.connection:
connection = socket.socket(self.address.family, socket.SOCK_STREAM)
else: