diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2017-01-16 17:35:52 +0900 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:57:34 +0200 |
| commit | 65fee5ccaad4141e4d821533c09603c9cfc842d3 (patch) | |
| tree | 6955c8d54feeeb936abde48a165aa16d6ee51493 /android/configs/android-base.cfg | |
| parent | 7a6f08771c2c8fd39243d43cb9b1b6625e8c8454 (diff) | |
android: base-cfg: enable CONFIG_INET_DIAG_DESTROY
As of Android N, this is required to close sockets when a
network disconnects.
Change-Id: I9fe81c5fc5224c17bfd8d9e236ea9e436b5971cb
Diffstat (limited to 'android/configs/android-base.cfg')
| -rw-r--r-- | android/configs/android-base.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg index 63f27abcc..456f69670 100644 --- a/android/configs/android-base.cfg +++ b/android/configs/android-base.cfg @@ -22,6 +22,7 @@ CONFIG_EMBEDDED=y CONFIG_FB=y CONFIG_HIGH_RES_TIMERS=y CONFIG_INET6_AH=y +CONFIG_INET6_DIAG_DESTROY=y CONFIG_INET6_ESP=y CONFIG_INET6_IPCOMP=y CONFIG_INET=y |
