Index: /src/router/l7/protocols/sip.pat =================================================================== --- /src/router/l7/protocols/sip.pat (revision 1) +++ /src/router/l7/protocols/sip.pat (revision 12393) @@ -1,2 +1,2 @@ sip -^(invite|register|cancel) sip[\x09-\x0d -~]*sip/[0-2]\.[0-9] +^(invite|register|cancel|message|subscribe|notify) sip[\x09-\x0d -~]*sip/[0-2]\.[0-9] Index: /src/router/l7/CHANGELOG =================================================================== --- /src/router/l7/CHANGELOG (revision 11245) +++ /src/router/l7/CHANGELOG (revision 12393) @@ -1,2 +1,13 @@ +2009 05 28 +Improved sip. Removed incorrect comment from unset. Made standard +number of iterations in test suite 100000 instead of 10000. Reran +benchmarks on my new hardware, adjusted boundaries and recategorized +patterns accordingly: 23 patterns were bumped one category slower for +the kernel version and 3 (non-overlapping) patterns were bumped one +category faster for the userspace version. + +2009 05 10 +Added runesofmagic, gtalk (in extra), dazhihui, tonghuashun. + 2008 12 18 Improved/fixed rtp. Index: /src/router/l7/README =================================================================== --- /src/router/l7/README (revision 8498) +++ /src/router/l7/README (revision 12393)