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!