Changeset 12393


Ignore:
Timestamp:
06/29/09 12:37:31 (4 years ago)
Author:
eko
Message:

new L7 protocols (2009-05-28)

Location:
src/router/l7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/l7/CHANGELOG

    r11245 r12393  
     12009 05 28 
     2Improved sip. Removed incorrect comment from unset.  Made standard  
     3number of iterations in test suite 100000 instead of 10000. Reran  
     4benchmarks on my new hardware, adjusted boundaries and recategorized  
     5patterns accordingly: 23 patterns were bumped one category slower for  
     6the kernel version and 3 (non-overlapping) patterns were bumped one  
     7category faster for the userspace version. 
     8 
     92009 05 10 
     10Added runesofmagic, gtalk (in extra), dazhihui, tonghuashun. 
     11 
    1122008 12 18 
    213Improved/fixed rtp. 
  • src/router/l7/protocols/sip.pat

    r1 r12393  
    11sip 
    2 ^(invite|register|cancel) sip[\x09-\x0d -~]*sip/[0-2]\.[0-9] 
     2^(invite|register|cancel|message|subscribe|notify) sip[\x09-\x0d -~]*sip/[0-2]\.[0-9] 
Note: See TracChangeset for help on using the changeset viewer.