$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] iPad: resolver fails on a "fresh" 3G
From: Igor R (boost.lists_at_[hidden])
Date: 2011-05-19 07:33:42
> I guess the browser uses some API to force the phone to establish a PDP
> context. I don't know why this happens automatically after some time, but
> this might be because of some background-service (update-checking,
> location-service, ...).
Yes, this's probably what happens there.
Now, prior to using ASIO, I call [NSURLConnection
sendSynchronousRequest:...] with the address of one popular search
engine :), and it automatically initializes the PDP. Of course, I have
to find a more light-weight method having the same side-effect....