Ignore:
Timestamp:
Jan 21, 2011 7:15:22 AM (13 years ago)
Author:
bennylp
Message:

Fixed #1197: WSAECONNRESET errors on Windows 2000 or 2003 may cause UDP transport to stop working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r3316 r3408  
    799799#ifndef PJ_HAS_SSL_SOCK 
    800800#  define PJ_HAS_SSL_SOCK           0 
     801#endif 
     802 
     803 
     804/** 
     805 * Disable WSAECONNRESET error for UDP sockets on Win32 platforms. See 
     806 * https://trac.pjsip.org/repos/ticket/1197. 
     807 * 
     808 * Default: 1 
     809 */ 
     810#ifndef PJ_SOCK_DISABLE_WSAECONNRESET 
     811#   define PJ_SOCK_DISABLE_WSAECONNRESET    1 
    801812#endif 
    802813 
Note: See TracChangeset for help on using the changeset viewer.