4 - Priority scale: High, Medium and Low
6 - Complexity scale: C1, C2, C4 and C8.
7 The complexity scale is exponential, with complexity 1 being the
8 lowest complexity. Complexity is a function of both task 'complexity'
14 - connman_element removal
24 Owner: Martin Xu <martin.xu@intel.com>
31 Dependencies: Core:DHCP Lib
32 Owner: Martin Xu <martin.xu@intel.com>
35 - On demand connection
39 Owner: Samuel Ortiz <sameo@linux.intel.com>
41 With on demand connection applications get connectivity access
42 simply by trying to reach the network. They don't need to
43 specifically request for a service connection, but ConnMan
44 establishes it on their behalf.
45 This feature counter part is idle disconnect. ConnMan needs to be
46 able to close the on demand established connections by monitoring
47 the link activity. This requires kernel support with e.g. the
48 netfilter IDLETIMER target.
72 Owner: Marcel Holtmann <marcel@holtmann.org>
75 - WAPD - Web Proxy Autodiscovery Protocol
79 Dependencies: Core:HTTP proxy
93 - Moving DNS proxy code to ConnMan core
98 Supporting DNS proxy or resolv.conf direct editing seems more than
99 plenty as far as resolving is concerned. So the idea is to move the
100 dnsproxy plugin code to ConnMan core and have an additional command
101 line option in case one would like to stick with the current
102 resolver.c code for editing resolv.conf.
112 Dependencies: Core:Agent callbacks
119 Dependencies: Core:Avahi-zeroconf
126 Owner: Samuel Ortiz <sameo@linux.intel.com>
132 Dependencies: WiFi:libsupplicant
133 Owner: Samuel Ortiz <sameo@linux.intel.com>