Re: Rendezvous & StartupItems
Re: Rendezvous & StartupItems
- Subject: Re: Rendezvous & StartupItems
- From: Creed Erickson <email@hidden>
- Date: Mon, 16 Jun 2003 21:37:22 -0700
On Monday, June 16, 2003, at 05:04 PM, Lloyd Dupont wrote:
Thanks, if I add mDNSResponder in the require section it work (at
least the Rendezvous part).
(BTW, to answer your questions, I am advertising a new kind of
(unregistered) service)
my service require also DO, and although it does work , we never know
! which service should I require for NSNameServer and
NSSocketNameServer to be already initialized ?
Network and BIND
I think (without being sure) that the error happen when:
when I start the program I check locally for a connection named "name
of my program". I think that, when I restart it sometimes find a
"phantom" connection to its former self and bug like that when trying
to connect to it... any though ?
Depending on how a socket is set up, there can be issues for reusing
the socket's local address. See SO_REUSEADDR in the setsockopt man page.
---
Creed Erickson <email@hidden>
"Not a shred of evidence exists in favor of the idea that life is
serious."
- Brendan Gill
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.