summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-08-13 10:40:21 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-08-30 13:01:22 +0300
commitd3b98a42a73951f29ee3c518b6eb0c27d2373c2b (patch)
tree0e2a336fd7a95e72aa846895534f69e495632dde /doc
parent68a388282d62c8dc8001e3ba9a3f20cb56c8801c (diff)
downloadconnman-d3b98a42a73951f29ee3c518b6eb0c27d2373c2b.tar.gz
connman-d3b98a42a73951f29ee3c518b6eb0c27d2373c2b.tar.bz2
connman-d3b98a42a73951f29ee3c518b6eb0c27d2373c2b.zip
session: Remove SessionMarker documentation
SO_MARK can only be set if the application has the CAP_NET_ADMIN capability. We don't want to give that to all application for good reasons and thus this approach won't work. Also touching all applications to get this feature working is not a good idea. We are going to use a cgroup controller to set SO_MARK and therefore we don't need it in the Session API.
Diffstat (limited to 'doc')
-rw-r--r--doc/session-api.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/session-api.txt b/doc/session-api.txt
index 9a8e40d1..3d907a05 100644
--- a/doc/session-api.txt
+++ b/doc/session-api.txt
@@ -271,12 +271,3 @@ Settings string Bearer [readonly]
Interface name used by the service object to connect.
This name can be used for SO_BINDTODEVICE in the
application.
-
- uint32 SessionMarker [readonly]
-
- The unique session marker can be used to mark all
- traffic from the application with the SO_MARK
- socket option. In combination of the EmergencyCall
- this allows ConnMan to setup the firewall rules
- that only traffic from the emergency application
- are transmitted.