Ignore:
Timestamp:
Nov 19, 2006 2:59:13 PM (17 years ago)
Author:
bennylp
Message:

Fixes for S60 3rd edition:

  • it seems there is a problem with sending UDP packet inside connected UDP socket. This (still) causes pjlib-test to fail. No workaround yet.
  • fixed bug in Symbian's ioqueue when data is immediately available.
  • UDP connect()/getsockname() doesn't return the correct interface IP address, causing pj_gethostip() to fail, and subsequently SIP transport's name determination to fail. Because of this, for now SIP transport's name must be initialized properly (see sipstateless.c)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/src/pjlib-test/main_symbian.cpp

    r789 r806  
    7171void MyScheduler::Error(TInt aError) const 
    7272{ 
    73     int i = 0; 
     73    PJ_UNUSED_ARG(aError); 
    7474} 
    7575 
     
    155155    wchar_t buf16[PJ_LOG_MAX_SIZE]; 
    156156 
     157    PJ_UNUSED_ARG(level); 
     158     
    157159    pj_ansi_to_unicode(buf, len, buf16, PJ_ARRAY_SIZE(buf16)); 
    158160 
Note: See TracChangeset for help on using the changeset viewer.