Hi folks,
HelenOS does not use Berkeley Sockets API as the network transport layer interface. We use our own API that does not use numerical descriptors as handles.
Just a side-note: There is a (partial) BSD socket API implementation as a wrapper around the native networking API in this feature branch of HelenOS:
https://code.launchpad.net/~galfy/helenos/bird-port-mainline Have a look into uspace/srv/sys/socket. Best regards Martin Decky _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
