Ignore:
Timestamp:
Jun 11, 2007 4:47:51 PM (17 years ago)
Author:
bennylp
Message:

Ticket #329: Added utility function to parse DNS A response in PJLIB-UTIL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/errno.h

    r1037 r1356  
    175175 */ 
    176176#define PJLIB_UTIL_EDNSNOANSWERREC  (PJLIB_UTIL_ERRNO_START+47) /* 320047 */ 
     177/** 
     178 * @hideinitializer 
     179 * Invalid DNS answer. This error is raised for example when the DNS 
     180 * answer does not have a query section, or the type of RR in the answer 
     181 * doesn't match the query. 
     182 */ 
     183#define PJLIB_UTIL_EDNSINANSWER     (PJLIB_UTIL_ERRNO_START+48) /* 320048 */ 
    177184 
    178185 
Note: See TracChangeset for help on using the changeset viewer.