Re: kernel level sockets documentation
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com You can probably do best with a carefully crafted google search :-} Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's Income ----------- Nobody knows the trouble I've been ----------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... On Mar 21, 2008, at 08:44 , Eddy Quicksall wrote: Where can I get good documentation on the kernel level sockets? Specifically I want to use the "so" routines (sobind, soaccept, sosend, soreceive, etc). Apple's developer website (<http://developer.apple.com>) has some documentation on NKEs, as well as sample code. You may have to join (it's free) to gain access. Amit Singh's Mac OS X book might have something on the subject (<http://www.osxbook.com
), but I've not looked at it. Stevens' "TCP/IP Illustrated, V2" is a code walkthrough of an early version of the BSD socket code which can be helpful; although the code in use today is much different, the structure of the code has not changed all that much, and the basic ideas remain.. And of course, there's the defacto 100% correct documentation: the source (see above re: Apple developer site). This email sent to site_archiver@lists.apple.com
participants (1)
-
Justin C. Walker