Ignore:
Timestamp:
Sep 22, 2010 1:11:11 PM (14 years ago)
Author:
ming
Message:

Fixed #1130
Since the problem may not be iOS4 specific, a general approach is adopted to fix the problem.

File:
1 edited

Legend:

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

    r3182 r3316  
    505505#ifndef PJ_MAX_HOSTNAME 
    506506#  define PJ_MAX_HOSTNAME           (128) 
     507#endif 
     508 
     509/** 
     510 * Maximum consecutive identical error for accept() operation before 
     511 * activesock stops calling the next ioqueue accept. 
     512 * 
     513 * Default: 50 
     514 */ 
     515#ifndef PJ_ACTIVESOCK_MAX_CONSECUTIVE_ACCEPT_ERROR 
     516#   define PJ_ACTIVESOCK_MAX_CONSECUTIVE_ACCEPT_ERROR 50 
    507517#endif 
    508518 
Note: See TracChangeset for help on using the changeset viewer.