]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add some documentation and a todo for enum.c
authorOlle Johansson <oej@edvina.net>
Wed, 5 Apr 2006 13:53:06 +0000 (13:53 +0000)
committerOlle Johansson <oej@edvina.net>
Wed, 5 Apr 2006 13:53:06 +0000 (13:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17530 65c4cc65-6c06-0410-ace0-fbb531ad65f3

dns.c
enum.c

diff --git a/dns.c b/dns.c
index b2fe5e610b7d9c28bf7ec2152f3e56fc23faa45d..efa999a348afb11f5732d919e9a0e6287a567b03 100644 (file)
--- a/dns.c
+++ b/dns.c
  * \brief DNS Support for Asterisk
  *
  * \author Thorsten Lockert <tholo@trollphone.org>
+ *
+ * \par Reference
+ * - DNR SRV records http://www.ietf.org/rfc/rfc2782.txt
+ *
  */
 
 #include <sys/types.h>
diff --git a/enum.c b/enum.c
index 96e0702ebe16fa9466c7a67efc66543506584979..9304c2228d306203d9ef8e520066116d53cf079e 100644 (file)
--- a/enum.c
+++ b/enum.c
@@ -35,6 +35,9 @@
  * - ENUM SIP: http://www.ietf.org/rfc/rfc3764.txt
  * - IANA ENUM Services: http://www.iana.org/assignments/enum-services
  *
+ * \par Possible improvement
+ * \todo Implement a caching mechanism for multile enum lookups
+ * - See http://bugs.digium.com/view.php?id=6739
  */
 
 #include <sys/types.h>