Haiku Network Kit: The Stack Driver
Location: src/add-ons/kernel/drivers/network/stack
The stack driver is the interface between libnet and the real stack behind him,
host by the network stack kernel modules.
His purpose is multiple:
- Provide the sockets == file descriptors support
- Provide a support for select() on sockets
- Load the network stack at first access, and keep it that way then...
Philippe Houdoin, July 30th, 2004