summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz-von@nokia.com>2011-03-18 13:52:47 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-20 01:19:50 +0200
commit0e4150757ef3e8bc30f98679e6d6ca8cdfaa2242 (patch)
treef15b4e33f3f50d82e8d3673370db2ba49da88ed4 /TODO
parent038e14194841244f8706980869510bb70f651851 (diff)
downloadobexd-0e4150757ef3e8bc30f98679e6d6ca8cdfaa2242.tar.gz
Add Single Response Mode to TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index d2bbd1a..8330e71 100644
--- a/TODO
+++ b/TODO
@@ -24,3 +24,18 @@ General
Priority: Medium
Complexity: C2
+
+- Single Response Mode (SRM): The Single Response Mode header shall be used to
+ enable this mode, while the SRMP header may be used to alter the normal
+ processing of SRM for a single request/response exchange during the current
+ operation. The use of the SRMP header is optional; however, GOEP devices that
+ support SRM shall be able to receive and process this header. SRMP headers
+ should be used judiciously as this will impact the overall throughput of the
+ operation using SRM. Receipt of invalid or unexpected Single Response Mode or
+ SRMP header values shall be ignored by the receiving device.
+
+ When SRM is active the action of suspending a request can be notified using SRMP
+ “wait” option (0x01).
+
+ Priority: Low
+ Complexity: C4