My APP needs to send HTTP request via Cellular while WiFi is connected. I can use setsockopt and IP_BOUND_IF to bind low level socket that sends request data with Cellular interface. But I have no idea how to bind DNS resolving to Cellular.
If I use getaddrinfo, DNS resolving will go through WiFi by default, and the result is not what I want.
Topic:
App & System Services
SubTopic:
Core OS
Tags: