<key>Sockets</key>
<dict>
<key>RemoteSocket</key>
<dict>
<key>SockServiceName</key>
<string>26666</string>
<key>SockFamily</key>
<string>IPv4</string>
<key>Bonjour</key>
<string>myService</string>
</dict>
My process doesn’t have privileges so I can’t modify the plist. I could simply ignore connection attempts from my kevent code but, as you can see, I’m advertising my service via Bonjour.
What is the best practice for doing this?
-Mitchell J Laurren-Ring