Ignore:
Timestamp:
Aug 27, 2010 6:46:29 AM (14 years ago)
Author:
ming
Message:

Closed ticket #1107: iOS4 background feature

  • pjlib:
    • add support for activesock TCP to work in background mode.
    • add feature in ioqueue to recreate closed UDP sockets.
  • pjsip-apps:
    • ipjsua: add support for iPhone OS 4 background mode
    • ipjsystest: add support for iPhone OS 4 background mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/os_auto.h.in

    r3295 r3299  
    170170#undef PJ_ATOMIC_VALUE_TYPE 
    171171 
    172 /* Append ".local" suffix to the system's hostname? */ 
    173172#if defined(PJ_DARWINOS) && PJ_DARWINOS!=0 
    174173#    include "TargetConditionals.h" 
     
    176175#       include "Availability.h" 
    177176#       ifdef __IPHONE_4_0 
    178 #           define PJ_GETHOSTNAME_APPEND_LOCAL_SUFFIX 1 
     177            /* Append ".local" suffix to the system's hostname? (see ticket #1104) */ 
     178#           define PJ_GETHOSTNAME_APPEND_LOCAL_SUFFIX           1 
     179            /* Is multitasking support available?  (see ticket #1107) */ 
     180#           define PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT        1 
     181            /* Enable activesock TCP background mode support */ 
     182#           define PJ_ACTIVESOCK_TCP_IPHONE_OS_BG               1 
    179183#       endif 
    180184#    endif 
Note: See TracChangeset for help on using the changeset viewer.