[Gambas-user] gb.net updated

Daniel Campos dcamposf at ...626...
Tue Dec 13 13:30:34 CET 2005


Hi:

New version of gb.net component. It adds an "id" or "handle" property to the
ServerSocket, Socket and UdpSocket classes which gives access to internal
socket descriptor.

When an object of any of these classes receive a socket from the system,
using the socket() call, and prior to connect(), bind(), or listen() calls,
it generates a "Socket" event, so the programmer can use setsockopt() or
ioctl() in that event to add any exotic option prior to the connection
process, using external functions from glibc.


Here's the version:

http://gambas.gnulinex.org/net/gb.net.051213.tar.bz2

Benoit, could you add this version for the next developement release?

Regards,

D. Campos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20051213/9993f80a/attachment.html>


More information about the User mailing list