moshi2022
moshi2022
This guy hasn't written anything yet

注册于 2 years ago

回答
2
文章
0
关注者
0

找到原因了, SDK 出现了错误
//wm_sck_server_demo. c
//static int create_socket_server (int port)
if (new_fd ! = -1)
{
printf ("shutting down socket and restaring. . . n") ;
shutdown (new_fd, 0) ;
closesocket (new_fd) ;
//添加
closesocket (server_fd) ;
}

发布
问题