On Thu, 30 Nov 2017 07:55:49 -0500 Nick Mathewson nickm@torproject.org wrote:
Filename: 286-hibernation-api.txt Title: Controller APIs for hibernation access on mobile Author: Nick Mathewson Created: 30-November-2017 Status: Open
[snip]
Is this a general call for feedback/questions? If so, what do you have in mind for Pluggable Transports?
Currently I can count on zero fingers, the number of PTs that honor hibernation state, or that have provisions for something like a hibernation state.
I assume that if this was to be solved, the hibernation code would need to tear down/respawn PTs, or someone needs to design an out of band IPC mechanism between tor and PTs that can signal hibernation status.
The current approach to this problem involves toggling `DisableNetwork`. See: https://trac.torproject.org/projects/tor/ticket/13213
Regards,