base: Change mobile provision checking to 3 times' HTTP connection
For mobile provisioning checking, somehow server is unreachable. There is more than 10 TCP packets sending out without any TCP ACK in 1 minutes. It will trigger data stall detection and finally will cause radio reset happened after several iterations. This fix will change mobile provisioning checking to only use HTTP connection for at most 3 times. It will be finished in shorter time and less than 10 TCP SYNC packets are sent. Hence even server is unreachable, it will not trigger data stall detection. CRs-Fixed: 715233 Change-Id: I01a76214b801415969436fee33fdb2c40dcf5793
Loading
Please register or sign in to comment