Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible for an iOS app to preserve an existing TCP connection (TCP state and sequence numbers) when switching between 3G and wifi? I would like my app to be able to switch between wifi and 3G without having to disconnect and reconnect everytime the iPhone decides to switch interfaces.

Thanks!

share|improve this question
No this is definitely not possible in iphone, for computers there are some softwares which gives this functionality but they work on device driver level, which is not possible in ios. – Ashishail Sep 15 '12 at 5:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.