You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing DNS requests (for instance for ims.mncxxx.mccyyy.3gppnetwork.org), we are not using IMS' PDN.
We probably need it, so that e164.arpa. DNS requests work
One possible way to handle that should be to do connectivityManager.bindProcessToNetwork(network), but this needs to be properly validated using pcap captures, because Android's behavior can't exactly be guaranteed
The text was updated successfully, but these errors were encountered:
When doing DNS requests (for instance for ims.mncxxx.mccyyy.3gppnetwork.org), we are not using IMS' PDN.
We probably need it, so that e164.arpa. DNS requests work
One possible way to handle that should be to do
connectivityManager.bindProcessToNetwork(network)
, but this needs to be properly validated using pcap captures, because Android's behavior can't exactly be guaranteedThe text was updated successfully, but these errors were encountered: