In order to keep a tcp/ip socket open on a cellular network, does the phone have to keep sending data?
On a tcp/ip over ethernet, you can just open the socket send a keep alive once in a while.
Is tcp/ip over 3g ay different?
In order to keep a tcp/ip socket open on a cellular network, does the phone have to keep sending data?
On a tcp/ip over ethernet, you can just open the socket send a keep alive once in a while.
Is tcp/ip over 3g ay different?
No, the TCP/IP on the 3G it's the same old TCP/IP you know. You can send the keep alive messages to sustain the connection.
Remember that the 3G is on the 2 bottom layers of the protocol list, so the TCP/IP is independent from the other layers.