Ignore:
Timestamp:
Feb 8, 2008 9:43:30 AM (16 years ago)
Author:
bennylp
Message:

Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETSIZE was removed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/stun_simple_client.c

    r1596 r1785  
    145145            } 
    146146 
    147             select_rc = pj_sock_select(FD_SETSIZE, &r, NULL, NULL, &timeout); 
     147            select_rc = pj_sock_select(PJ_IOQUEUE_MAX_HANDLES, &r, NULL, NULL, &timeout); 
    148148            if (select_rc < 1) 
    149149                continue; 
Note: See TracChangeset for help on using the changeset viewer.