tcp_client
.prt_client = tcp_client,
bool tcp_client = false;
tcp_client = true;
tcp_client = true;
if (tcp_client && (host == NULL || port == NULL))
} else if (tcp_client)
if (tcp_client)
tcp_client(child_pid, port);
tcp_client(child_pid, 0);
tcp_client(child_pid, 1);
tcp_client(parent_pid, port, 1);
tcp_client(child_pid, port, 800);