InterviewSolution
Saved Bookmarks
| 1. |
When We Terminate A Data Call By Closing An Open Socket, Why Does The Phone Still Indicate That A Data Call Is In Progress? |
|
Answer» After the last connected SOCKET is closed, BREW waits for a CERTAIN linger time before TERMINATING the PPP CONNECTION. Hence the lingering call-in-progress indication. The default linger time is 30 SECONDS. To change the linger time, use INETMGR_SetLinger(). After the last connected socket is closed, BREW waits for a certain linger time before terminating the PPP connection. Hence the lingering call-in-progress indication. The default linger time is 30 seconds. To change the linger time, use INETMGR_SetLinger(). |
|