Changeset 2352


Ignore:
Timestamp:
Oct 17, 2008 7:41:25 AM (15 years ago)
Author:
bennylp
Message:

Modified keep-alive packet content for TCP/TLS from CRLF to double CRLF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r2131 r2352  
    414414 */ 
    415415#ifndef PJSIP_TCP_KEEP_ALIVE_DATA 
    416 #   define PJSIP_TCP_KEEP_ALIVE_DATA        { "\r\n", 2 } 
     416#   define PJSIP_TCP_KEEP_ALIVE_DATA        { "\r\n\r\n", 4 } 
    417417#endif 
    418418 
     
    437437 */ 
    438438#ifndef PJSIP_TLS_KEEP_ALIVE_DATA 
    439 #   define PJSIP_TLS_KEEP_ALIVE_DATA        { "\r\n", 2 } 
     439#   define PJSIP_TLS_KEEP_ALIVE_DATA        { "\r\n\r\n", 4 } 
    440440#endif 
    441441 
Note: See TracChangeset for help on using the changeset viewer.