Changes between Initial Version and Version 1 of Ticket #4


Ignore:
Timestamp:
Nov 24, 2006 11:48:22 AM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4 – Description

    initial v1  
    1 For TCP, if the remainder of a message contains garbage, it will cause the next 
    2 valid message to be discarded. For example, consider the following: 
     1For TCP, if the remainder of a message contains garbage, it will cause the next valid message to be discarded. For example, consider the following: 
    32 
     3 
     4{{{ 
    45INVITE sip:user@company.com SIP/2.0 
    56To: sip:j.user@company.com 
     
    1920asdpasd08asdsdk:;;asd 
    2021 a0sdjhg8a0''...'';;;; 
     22}}} 
    2123 
    22 With current parsing, the garbage will be prepended to the next message, and it 
    23 will cause the parsing of the next message to fail. 
     24With current parsing, the garbage will be prepended to the next message, and it will cause the parsing of the next message to fail.