diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-28 01:15:29 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-28 01:15:29 +0200 |
commit | dc4f4655c09c10337cadbd14e3acdc3a7e6326bd (patch) | |
tree | 589b01268fe4f37cc00401da19a7e908e7657221 | |
parent | bbe6eb6d4e578b52abee4478594189f2dc566bdd (diff) | |
download | ofono-dc4f4655c09c10337cadbd14e3acdc3a7e6326bd.tar.bz2 |
TODO: Remove SOCKS5 proxy task
The setup of GRPS context for MMS and its proxy configuration is now
done with host routes and dedicated interfaces. The need for a SOCKS5
proxy is no longer there.
The on-demand context activation can be considered a security risk
and activation via D-Bus method calls is easier to control in a
secure fashion. So this is not needed either.
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -220,13 +220,6 @@ GPRS Priority: Low Complexity: C4 -- On-demand SOCKS5 proxy support for MMS contexts. When an MMS context type - is created, oFono should create a SOCKS5 proxy. When a client connects to - the proxy, oFono can activate the GPRS context on-demand. - - Priority: High - Complexity: C2 - - Add support for IPv6 GPRS contexts. Priority: Medium |