Re: Different headers definitions between Kernel.framework and /usr/include/sys/socketvar.h
On Friday, Mar 14, 2003, at 07:53 US/Pacific, Stiphane Sudre wrote: SS_ISDISCONNECTED is not declared in Kernel.framework. Is it correct? Incorrect. It is defined in <sys/socketvar.h>, which, on my system, is in both the /usr/include and the Kernel.framework trees. Side question: When you're first calling sendto/sendmsg, am I right to believe the socket state is at more SS_PRIV? I don't understand your question. The SS_PRIV bit is set at the time the socket is created, and at no other time. It is *only* set if the creating process is owned by root. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Men are from Earth. | Women are from Earth. | Deal with it. *--------------------------------------*-------------------------------* _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Justin Walker