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.
This commit is contained in:
Marcel Holtmann 2010-10-28 01:15:29 +02:00
parent bbe6eb6d4e
commit dc4f4655c0
1 changed files with 0 additions and 7 deletions

7
TODO
View File

@ -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