Re: sosend, soreceive, soconnect
Re: sosend, soreceive, soconnect
- Subject: Re: sosend, soreceive, soconnect
- From: chuck remes <email@hidden>
- Date: Mon, 19 Jan 2004 08:49:42 -0600
Search for "sosend howto" on darwin-kernel and look for the date
9/16/2003. There was a 3 day thread that covered a lot of this.
Also, check out the darwin-development archives and search for similar
strings. There are threads going back to 2001 covering many aspects of
sosend() in the kernel.
Matt was right... most of the time the correct answer is "do it in
userland" but YMMV.
cr
On Jan 19, 2004, at 7:47 AM, Matt Jaffa wrote:
I did search the archives, and there was no answer unless i missed the
right one.
I need to use sosend, and the others in the kernel so that i can
communicate with my daemon
in user space, so i am doing it in user space.
Matt
On Jan 19, 2004, at 1:03 AM, Michael Smith wrote:
Matt.
1) Please search the archives before asking questions here. This has
been answered at length, some might say ad nauseam.
2) Do it in user space.
= Mike
On Jan 18, 2004, at 11:45 PM, Matt Jaffa wrote:
I am looking for a rundown version of the sosend, soconnect, etc.
From what I understand the regular socket, connect, accept, recv,
send, don't work
within the KERNEL so you have to use the Kernel specific ones,
sosend, socreate, etc.
I am looking for a good example of one of these that uses AF_UNIX,
haven't been able to get
the socreate, sobind, so etc. working.
Thanks,
Matt
_______________________________________________
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.
_______________________________________________
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.