dap commit: Update 'Network Topology Monitoring' to clarify that only services discovered via a particular network interface that has now been dropped should be removed.

changeset:   376:631133236bc9
user:        Rich Tibbett <richt@opera.com>
date:        Mon Feb 04 16:02:58 2013 +0100
files:       discovery-api/Overview.src.html
description:
Update 'Network Topology Monitoring' to clarify that only services discovered via a particular network interface that has now been dropped should be removed.


diff -r f290bbd84426 -r 631133236bc9 discovery-api/Overview.src.html
--- a/discovery-api/Overview.src.html	Mon Feb 04 15:52:32 2013 +0100
+++ b/discovery-api/Overview.src.html	Mon Feb 04 16:02:58 2013 +0100
@@ -1592,8 +1592,9 @@
         </h3>
         <div>
           <p>
-            When the <a>user agent</a> detects that the user has dropped from their connected network then, for each
-            <var>existing service record</var> in the <a>list of available service records</a>, the user agent MUST run
+            When the <a>user agent</a> detects that the user has dropped from a connected network then, for each
+            <var>existing service record</var> in the <a>list of available service records</a> discovered via that network connection,
+            the <a>user agent</a> MUST run
             the general rule for <a>removing an available service</a> passing in each <var>existing service
             record</var>'s <code>id</code> property as the only argument for each call.
           </p>

Received on Tuesday, 5 February 2013 14:22:50 UTC