[svn-commits] kpfleming: branch 1.4 r88862 - /branches/1.4/include/asterisk/srv.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 5 20:52:05 CST 2007


Author: kpfleming
Date: Mon Nov  5 20:52:05 2007
New Revision: 88862

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88862
Log:
update comment to match the state of the code

Modified:
    branches/1.4/include/asterisk/srv.h

Modified: branches/1.4/include/asterisk/srv.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/srv.h?view=diff&rev=88862&r1=88861&r2=88862
==============================================================================
--- branches/1.4/include/asterisk/srv.h (original)
+++ branches/1.4/include/asterisk/srv.h Mon Nov  5 20:52:05 2007
@@ -26,10 +26,9 @@
 /*!
   \file srv.h
   \brief Support for DNS SRV records, used in to locate SIP services.
-  \note Note: This SRV record support is very minimal; it will only
-        return the first (lowest priority) answer that is received, and
-	has no provisions for the 'weight' elements of the records or
-	retrying if the first returned result fails.
+  \note Note: This SRV record support will respect the priority and
+        weight elements of the records that are returned, but there are
+	no provisions for retrying or failover between records.
 */
 
 /*! Lookup entry in SRV records Returns 1 if found, 0 if not found, -1 on hangup 




More information about the svn-commits mailing list