diff options
author | Hisanobu Watanabe <hisanobu.xa.watanabe@sonymobile.com> | 2016-06-07 19:55:41 +0900 |
---|---|---|
committer | Toshiya Ikenaga <Toshiya.Ikenaga@sonymobile.com> | 2016-07-15 01:00:29 +0000 |
commit | 047454c759b46bbadb87ee3b64bf3e29afda48d6 (patch) | |
tree | 239bd952cd1460647095bd00c2c52af56b05f1f8 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 8ee58b3b4eb09d5208a2c4c2b60be7d0ac99b3b8 (diff) |
VPN reconnection fails after manually disabling VPN
When disabling VPN manually, there was no trigger for ipsec-tools to
send “delete message” to VPN server. Therefore, connection information
is left in VPN server and next connection fails.
Fix this issue as below:
- Add “delete message” sending via flush in ipsec-tools when racoon
daemon stops
- Keep daemon alive when VPN.java exit() to let it finish sending to
VPN server
- Move close(socket) and stop(daemon) in VPN.java execute()
and monitorDaemons() to run() to gather cleaning block.
Bug: 28279646
Change-Id: Ie5a9497189da8c96321a220ea21ebe63e42d0751
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions