Hisanobu Watanabe 047454c759 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
2016-07-15 01:00:29 +00:00
2016-07-12 15:44:55 -07:00
2016-07-12 15:44:55 -07:00
2016-03-30 10:02:29 -07:00
2015-06-08 17:40:00 -07:00
2016-01-15 16:31:40 +00:00
2016-06-15 21:14:28 -07:00
2016-03-30 13:58:10 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%