From ab546a7348740e36e7092649606fdb0df95bd2a3 Mon Sep 17 00:00:00 2001 From: "smill@cuckoo.sh" Date: Thu, 22 Sep 2016 08:29:07 +0000 Subject: Introduced comment regarding socket manipulation through the server_conn stub. --- netlib/tcp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netlib/tcp.py b/netlib/tcp.py index 47200bed..2c55de85 100644 --- a/netlib/tcp.py +++ b/netlib/tcp.py @@ -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: -- cgit v1.2.3