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