152
155
# propogates to the newly accepted socket.
154
157
conn.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
156
159
conn, self.backing_transport, self.root_client_path)
157
160
thread_name = 'smart-server-child' + thread_name_suffix
158
161
connection_thread = threading.Thread(