Re: [tor-dev] Dealing with frequent suspends on Android

2018-11-05 Thread Roger Dingledine
On Tue, Nov 06, 2018 at 11:38:33AM +1000, teor wrote: > > so if we could ask the guard for > > regular keepalives, we might be able to promise that the CPU will wake > > once every keepalive interval, unless the guard connection's lost, in > > which case it will wake once every 15 minutes. But kee

Re: [tor-dev] Dealing with frequent suspends on Android

2018-11-05 Thread teor
> On 6 Nov 2018, at 03:38, Michael Rogers wrote: > > One of the difficulties with this option is that under some conditions, > the controller can only schedule one alarm every 15 minutes. Traffic > from the guard would also wake the CPU, so if we could ask the guard for > regular keepalives, we

[tor-dev] Dealing with frequent suspends on Android

2018-11-05 Thread Michael Rogers
Hi all, It's great to see that some children of #25500 have already been released in the 0.3.4 series. Can I ask about the longer-term plan for this work, and whether #23289 (or something similar) is part of it? The context for my question is that we're trying to reduce Briar's power consumption.