Module: sems Branch: rco/dnscache Commit: 7e65eccab8c635edfd95588dac9dd3b5d09a4369 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7e65eccab8c635edfd95588dac9dd3b5d09a4369
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Sun Sep 5 18:01:34 2010 +0200 added onw functions for parsing DNS reply as it seems, several functions declared in arpa/nameser.h are not present in libresolv.so on Linux. those functions are considered to be internal to libresolv. --- core/Makefile | 4 +- core/sip/parse_dns.cpp | 166 +++++++++++++++ core/sip/parse_dns.h | 43 ++++ core/sip/resolver.cpp | 533 +++++++++++++++++++++++------------------------- core/sip/resolver.h | 8 +- 5 files changed, 472 insertions(+), 282 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=7e65eccab8c635edfd95588dac9dd3b5d09a4369 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
