chromium/components/policy/resources/templates/policy_definitions/DeviceUpdate/DeviceAutoUpdateP2PEnabled.yaml

caption: Auto update P2P enabled
default: true
default_for_managed_devices_doc_only: true
desc: |-
  Specifies whether P2P is to be used for OS update payloads.
  If set to True, devices will share and attempt to consume update payloads on the LAN, potentially reducing Internet bandwidth usage and congestion. If the update payload is not available on the LAN, the device will fall back to downloading from an update server.
  If set to False, P2P will not be used.

  NOTE: The default behavior for consumer and enterprise devices differs: on managed devices P2P will be enabled, while on non-managed devices it will not be enabled.
device_only: true
example_value: false
features:
  dynamic_refresh: true
items:
- caption: Allow peer to peer auto update downloads
  value: true
- caption: Do not allow peer to peer auto update downloads
  value: false
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
  type: boolean
supported_on:
- chrome_os:31-
tags: []
type: main
generate_device_proto: False