NETransparentProxyProvider breaks FaceTime

Each time when AppProxy extension is running, FaceTime fails to make a call using iPhone connected with Mac Book. It displays the following error:
Your iPhone and Mac must be on the same Wi-Fi network.

The console log contains a message that is likely related to the problem:
Code Block
error     14:33:53.710813+0300 identityservicesd - [IDSUDPLink _sendBytesArray:lengthArray:arraySize:localInterfaceIndex:localAddress:destinationAddress:trafficClass:DSCP:]:472 sendmsg(53B) failed errno=22
default  14:33:53.710865+0300 identityservicesd send binding response failed with UnknownError

The problem happens if AppProxy just bypasses all TCP and UDP flows by returning FALSE from the callback. So the flows should be handled by the system.

The problem happens if AppProxy just bypasses all TCP and UDP flows by returning FALSE from the callback. So the flows should be handled by the system.

The flows will only be handled by the system if you are using NETransparentProxyProvider. If you are using NEAppProxyProvider and you return false then the flows (TCP and UDP) will be discarded if you return false.

If this is not what you meant and you are actually using NETransparentProxyProvider then I would open a bug report against this and respond back with your Feedback ID.



Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com
I confirm that we use NETransparentProxyProvider and return FALSE from the callback. So, this should not affect the FaceTime in any way.
I have submitted bug FB9002173.
Thanks!
Thank you for submitting a bug report. I see it internally, but would like to ask that your reproduce the issue and then trigger a sysdiagnose and attach it to your bug. Please note the date and timestamp the issue was reproduced on your bug report.


Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com
We have attached the sysdiagnose report to FB9002173 as requested.
(Apparently Feedback Assistant had some problems but I hope that the file was uploaded correctly).
NETransparentProxyProvider breaks FaceTime
 
 
Q