Bada Question: Download Bada PDF

How to make the result of GetMaxTransactionCount() larger than one?

Tweet Share WhatsApp

Answer:

When constructing a session, instead of using NET_HTTP_SESSION_MODE_NORMAL, use NET_HTTP_SESSION_MODE_PIPELINING.

For example:
r = pSession->Construct(NET_HTTP_SESSION_MODE_PIPELINING, &proxyAddr, hostAddr, null);

Download Bada PDF Read All 44 Bada Questions
Previous QuestionNext Question
How to get the subnet mask?How to check the firmware version on a test phone?