Re: Kernel Extensions
Re: Kernel Extensions
- Subject: Re: Kernel Extensions
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 17 Nov 2003 11:28:17 +0100
Is there a sample code somewhere on the socket method? (Is TCPlogger
the sample?)
Le lundi, 17 nov 2003, ` 08:54 Europe/Paris, Quinn a icrit :
At 2:44 -0500 17/11/03, Marek Kozubal wrote:
The way Quinn suggested to me to do KEXT to userland communication is
using sockets, which I believe WebDAV uses.
Right. It really depends on where your KEXT exists within the kernel.
If you're already knee deep in BSD stuff, sockets is an excellent
choice. OTOH, if you're an I/O Kit driver, you should use the I/O Kit
user client mechanism (which avoids taking a dependency on BSD).
S+E
--
Quinn "The Eskimo!"
<http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications,
Hardware
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.