On 20 Dec 2016, at 17:26, Jens Alfke <[email protected]> wrote: > What’s the programmatic way to determine the localhost’s Bonjour hostname … ?
SCDynamicStoreCopyLocalHostName > I’ve been doing this by calling gethostname() … Yeah, that doesn’t work the way you’d like it to: * The API spec for `gethostname` says nothing about DNS, so it could return something completely unrelated. * The macOS implementation tries to come up with a reasonable DNS value based on the local network environment, but that means it’s not stable. Back when I used to commute, I’d regularly see one value at work and a different value when I brought my laptop home. Share and Enjoy -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
