client_thread
static void *client_thread(void *arg);
pthread_create(&cli_info->tid, NULL, client_thread, (void *)cli_info);