The Asynchronous Socket Library provides
event-driven socket programming a la MFC
CAsyncSocket. It can also be used in blocking mode
as an ordinary C++ socket library.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Este comunicado de llamadas OnClose () en cuencas cerradas. Esto llama la FIONREAD cuando seleccione ioctl () informa de una toma de lectura para comprobar si se cierra el socket, y si hay datos para leer o una conexión a aceptar.
Tags:
Minor feature enhancements
This release calls OnClose() on closed sockets. This calls the ioctl FIONREAD when select() reports a readable socket to check whether the socket was closed, and if there is data to read or a connection to accept.
Cambio de la encuesta () para seleccionar la aplicación (), algunos de reelaboración de código, y una solución para un problema grave en el Read () función (es llamada read () en el socket subyacente en dos ocasiones con el mismo tampón).
Tags:
Initial freshmeat announcement
Changing from the poll() implementation to select(), some code reworking, and a fix for a serious bug in the Read() function (it called read() on the underlying socket twice with the same buffer).