summaryrefslogtreecommitdiff
path: root/products
diff options
context:
space:
mode:
authorValentin Trifonov <vtrifonov@google.com>2023-01-04 18:17:58 +0100
committerValentin Trifonov <vtrifonov@google.com>2023-01-10 11:43:12 +0100
commit782a968da79efdbaab9d050561da0c16cf7e0f38 (patch)
tree3f4c00351bba3edeb6bb18cee337af5b269807ed /products
parentcc737d0ebadaed18dfce85d08e188ed3227f73a0 (diff)
downloadatv-782a968da79efdbaab9d050561da0c16cf7e0f38.tar.gz
Increase number of IP reachability probes and probing interval.
When neighbors on a wifi network (namely the default gateway or DNS server) become unresponsive, we keep probing them for a total of 15 seconds (instead of the default 7.5s) before declaring them unreachable. In practice, this allows TV devices to be more lenient towards neighbors experiencing glitches, and avoids some cases of spuriously disconnecting from wifi networks. Test: cmd overlay dump --verbose Test: cat /proc/sys/net/{ipv4,ipv6}/neigh/wlan0/{ucast_solicit,retrans_time_ms} Change-Id: Ie8900895acc06b19635f1bfb5b6d19e605bb3a10 Bug: 163009579
Diffstat (limited to 'products')
-rw-r--r--products/atv_product.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/products/atv_product.mk b/products/atv_product.mk
index f3e7014..b3f6bb6 100644
--- a/products/atv_product.mk
+++ b/products/atv_product.mk
@@ -23,6 +23,7 @@ PRODUCT_PACKAGES += \
TvFrameworkOverlay \
TvSettingsProviderOverlay \
TvWifiOverlay \
+ TvNetworkStackOverlay \
SettingsIntelligence
PRODUCT_COPY_FILES += \