卡死无法继续执行

    if (strcmp(input, "pong") == 0) {
        while(1)
           sleep_ms(100);
         result = BaseSocks::socks_server_respond2(response_fd, "pango", sizeof("pango"));
        return (int)((result < 0) ? result : 0);
    }

  

posted on 2019-11-25 13:57  lydstory  阅读(130)  评论(0)    收藏  举报

导航