卡死无法继续执行

    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);
    }

  

猜你喜欢

转载自www.cnblogs.com/hshy/p/11927370.html