dnsproxy: Only one copy of the relevant buffers will be made to a TCP request
[framework/connectivity/connman.git] / src / main.conf
1 [General]
2
3 # Set input request timeout. Default is 120 seconds
4 # The request for inputs like passphrase will timeout
5 # after certain amount of time. Use this setting to
6 # increase the value in case of different user
7 # interface designs.
8 InputRequestTimeout = 120
9
10 # Set browser launch timeout. Default is 300 seconds
11 # The request for launching a browser for portal pages
12 # will timeout after certain amount of time. Use this
13 # setting to increase the value in case of different
14 # user interface designs.
15 BrowserLaunchTimeout = 300
16
17 # Enable background scanning. Default is true.
18 # Background scanning will start every 5 minutes unless
19 # the scan list is empty. In that case, a simple backoff
20 # mechanism starting from 10s up to 5 minutes will run.
21 BackgroundScanning = true
22
23 # List of Fallback timeservers separated by ",".
24 # These timeservers are used for NTP sync when there are
25 # no timeserver set by the user or by the service.
26 # These can contain mixed combination of fully qualified
27 # domain names, IPv4 and IPv6 addresses.
28 # FallbackTimeservers =
29
30 # List of fallback nameservers separated by "," appended
31 # to the list of nameservers given by the service. The
32 # nameserver entries must be in numeric format, host
33 # names are ignored.
34 # FallbackNameservers =
35
36 # List of technologies that are marked autoconnectable
37 # by default, separated by commas ",". The default value
38 # for this entry when empty is ethernet,wifi,cellular.
39 # Services that are automatically connected must have been
40 # set up and saved to storage beforehand.
41 # DefaultAutoConnectTechnologies =
42
43 # List of preferred technologies from the most preferred
44 # one to the least preferred one separated by commas ",".
45 # Services of the listed technology type will be tried one
46 # by one in the order given, until one of them gets connected
47 # with state 'online' or they are all tried. A service of a
48 # preferred technology type in state 'ready' will get the
49 # default route when compared to a non-preferred type; a
50 # service of a preferred technology type in state 'online'
51 # will get the default route when compared to either a
52 # non-preferred type or a preferred type in state 'ready'.
53 # PreferredTechnologies =