From: Olle Johansson Date: Wed, 5 Apr 2006 13:53:06 +0000 (+0000) Subject: Add some documentation and a todo for enum.c X-Git-Tag: 1.4.0-beta1~2145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=414702f5626b09b7ccb4583b0b78e56469b93c9d;p=thirdparty%2Fasterisk.git Add some documentation and a todo for enum.c git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17530 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/dns.c b/dns.c index b2fe5e610b..efa999a348 100644 --- a/dns.c +++ b/dns.c @@ -23,6 +23,10 @@ * \brief DNS Support for Asterisk * * \author Thorsten Lockert + * + * \par Reference + * - DNR SRV records http://www.ietf.org/rfc/rfc2782.txt + * */ #include diff --git a/enum.c b/enum.c index 96e0702ebe..9304c2228d 100644 --- 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