Imported Upstream connman version 1.38
[platform/upstream/connman.git] / doc / session-api.txt
index e8da522..8bfcf6b 100755 (executable)
@@ -140,7 +140,7 @@ Settings    string State [readonly]
                        The services are sorted in the order of the bearer
                        entries in this list.
 
-                       Also "*" matches any bearer. This is usefull to prefer
+                       Also "*" matches any bearer. This is useful to prefer
                        certain bearers such as 'wifi' with a fallback to any
                        other available bearer.
 
@@ -205,3 +205,14 @@ Settings   string State [readonly]
                        a default route. When the source IP rule is enabled,
                        an application can select which session/interface to
                        send traffic on, using bind-before-connect mechanism.
+
+               string ContextIdentifier [readwrite] [experimental]
+
+                       The application can provide an identifier for a
+                       session. If an application runs several session
+                       at the same time, the additional information
+                       can be used by ConnMan to assign different
+                       bearers according the identifier. For example
+                       a web browser creates per tab a session. For
+                       each session a different should bearer be
+                       assigned.