I want to create one socket (UDP or TCP) in my iphone application for network communication. Now problem is that how can I specify myself that connection should go through wifi or GPRS or EDGE. That is when I am creating socket and sending data through it I want the user selection that data should go through which path, I do not want iPhone OS itself decide which network interface to use..
Any help is greatly appreciated...