From: Kevin P. Fleming Date: Tue, 6 Nov 2007 02:52:05 +0000 (+0000) Subject: update comment to match the state of the code X-Git-Tag: 1.4.14~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c76da2828917fb5ed21a99ea3055b0269d258e2;p=thirdparty%2Fasterisk.git update comment to match the state of the code git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@88862 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/srv.h b/include/asterisk/srv.h index b15ebdc5f1..567b408449 100644 --- a/include/asterisk/srv.h +++ b/include/asterisk/srv.h @@ -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