Changeset 3317


Ignore:
Timestamp:
Sep 22, 2010 1:21:40 PM (13 years ago)
Author:
ming
Message:

Re #1134: for iOS4, remove unnecessary wrapping of sockets during creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/activesock.c

    r3316 r3317  
    220220    PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT!=0 
    221221    asock->sock = sock; 
    222     pj_activesock_set_iphone_os_bg(asock, 
    223                                    PJ_ACTIVESOCK_TCP_IPHONE_OS_BG); 
     222    asock->bg_setting = PJ_ACTIVESOCK_TCP_IPHONE_OS_BG; 
    224223#endif 
    225224 
Note: See TracChangeset for help on using the changeset viewer.