Update 'Network Topology Monitoring' to clarify that only services discovered via a particular network interface that has now been dropped should be removed.
authorRich Tibbett <richt@opera.com>
Mon, 04 Feb 2013 16:02:58 +0100
changeset 376 631133236bc9
parent 375 f290bbd84426
child 377 a311e7fe116c
Update 'Network Topology Monitoring' to clarify that only services discovered via a particular network interface that has now been dropped should be removed.
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>