Windows Sockets 1.1应用实例(128)

2010-12-30 20:58:11 · 作者: · 浏览: 62990
bsp;   else {

              /* Success -- pop out. */

              break;

              }

       } /* end for */

       } /* end else */

 

       if (hAcceptSock == INVALID_SOCKET) {

       wshout_err (hOurDlg, WSAGetLastError(), "accept()");

       return 0;

       }

 

    /* Now, read the data as fast as we can until no more to read */

    time(&last_time);

    do {

       do {

           ;

       } while (ShoutBlockingHook());