luanchd bonjour service advertising
luanchd bonjour service advertising
- Subject: luanchd bonjour service advertising
- From: Ian Mark Salvame <email@hidden>
- Date: Thu, 6 Aug 2009 20:51:36 -0700 (PDT)
I made a launchd plist to advertise a bonjour service type(e.g. _myservice._udp)
This is how it looks for the Socket key part of the plist:
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>Bonjour</key>
<string>myservice</string>
<key>SockFamily</key>
<string>IPv4</string>
<key>SockType</key>
<string>dgram</string>
<key>SockServiceName</key>
<string>0</string>
</dict>
</dict>
This works perfectly with Leopard, but it failed to work in Tiger.
Is there any other required key/s to make it work in Tiger?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden