其他分享
首页 > 其他分享> > 卡死无法继续执行

卡死无法继续执行

作者:互联网

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

  

标签:pango,继续执行,sizeof,int,fd,result,无法,卡死,response
来源: https://www.cnblogs.com/hshy/p/11927370.html