... 说明网络未完成初始化,建议等待100毫秒//Windows和其他平台的等待方法不同 _WIN32 Sleep(100); rc = 0; struct timeval wait = { 0, 100 * 1000 }; rc = select(0, ...
確定! 回上一頁