diff options
-rw-r--r-- | rro_overlays/TetheringOverlay/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rro_overlays/TetheringOverlay/res/values/config.xml b/rro_overlays/TetheringOverlay/res/values/config.xml index ff885c6..1b8d8b4 100644 --- a/rro_overlays/TetheringOverlay/res/values/config.xml +++ b/rro_overlays/TetheringOverlay/res/values/config.xml @@ -19,6 +19,12 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Use the BPF offload for tethering when the kernel has support. True by default. + If the device doesn't want to support tether BPF offload, this should be false. + Note that this setting could be overridden by device config. + --> + <bool translatable="false" name="config_tether_enable_bpf_offload">false</bool> + <!-- Dhcp range (min, max) to use for tethering purposes --> <string-array translatable="false" name="config_tether_dhcp_range"> <item>192.168.42.2</item> |