[Devel] CVS commitlog: sip-server Makefile.defs
sip-server/modules/usrloc udomain.c urecord.c urecord.h
Daniel-Constantin Mierla
daniel at voice-system.ro
Tue Nov 28 12:05:18 CET 2006
User: miconda
Date: 2006/11/28 03:05:18 PST
OpenSER CVS - Commit Details
Modified files:
. Makefile.defs
modules/usrloc udomain.c urecord.c urecord.h
Commit Log:
- usage of AoR hash to index the records
- tests with hundreds of records per hashtable entry having same length of AoR proved that hash value is different which increase the probability that a integer comparison will match the AoR, avoiding string comparisons quite a lot
- devel version increased
- some extra debug messages to help in testing (to be removed later once proves stable)
Revision Changes Path
1.69 +2 -2 sip-server/Makefile.defs
[ http://openser.cvs.sourceforge.net/openser/sip-server/Makefile.defs?r1=1.68&r2=1.69 ]
1.29 +14 -5 sip-server/modules/usrloc/udomain.c
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/udomain.c?r1=1.28&r2=1.29 ]
1.15 +7 -3 sip-server/modules/usrloc/urecord.c
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/urecord.c?r1=1.14&r2=1.15 ]
1.6 +2 -1 sip-server/modules/usrloc/urecord.h
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/urecord.h?r1=1.5&r2=1.6 ]
More information about the Devel
mailing list