Module: sems Branch: rco/dnscache DELETED Commit: 3806dbfd0bfca621fe7d6099e451de4fdaef793e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=3806dbfd0bfca621fe7d6099e451de4fdaef793e
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Mon Aug 30 17:53:45 2010 +0200 introduced a new DNS cache - added aotmic_types for lock-free operations - simple DNS cache - support for SRV records (work in progress...) --- core/Makefile | 2 + core/sip/Makefile | 14 +- core/sip/atomic_types.h | 137 +++++++++++ core/sip/hash_table.h | 110 ++++++++-- core/sip/resolver.cpp | 582 +++++++++++++++++++++++++++++++++++++++++++--- core/sip/resolver.h | 97 ++++++++- core/sip/sip_parser.h | 5 +- core/sip/sip_trans.cpp | 9 +- core/sip/sip_trans.h | 9 +- core/sip/trans_layer.cpp | 9 +- core/sip/trans_table.cpp | 6 +- core/sip/trans_table.h | 1 + core/sip/wheeltimer.cpp | 14 +- 13 files changed, 914 insertions(+), 81 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=3806dbfd0bfca621fe7d6099e451de4fdaef793e _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
