Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 3 replies, 0 views
Replied In
can we rely on "NoAuth" as shown in WWDC video to check if permission has not been provided?
Thanks Matt for the response.
I check it on my system that On sending a Multicast message (MDNS) using socket (sendto api - https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/sendto.2.html), errno=65 “There is no route to the host.” is received.
Please can you confirm if [errno=65] is and will be the error reported in case of local network permission Denied ??
I understand that errno=65 may be reported under some other scenarios as well but need a confirmation that errno=65 is the error at socket level in case of local w/w permission denied.
Moreover, Please can you list down few other scenarios where Apple's sendto api (https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/sendto.2.html) gives errno=65.