Ignore:
Timestamp:
Oct 28, 2011 4:27:41 AM (13 years ago)
Author:
bennylp
Message:

Fixed #1406: Add info about ICE candidates being used in transport info and pjsua's call dump output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/transport_ice.h

    r3664 r3872  
    100100 
    101101        /** 
     102         * The local address. 
     103         */ 
     104        pj_sockaddr         lcand_addr; 
     105 
     106        /** 
    102107         * Remote candidate type. 
    103108         */ 
    104109        pj_ice_cand_type    rcand_type; 
     110 
     111        /** 
     112         * Remote address. 
     113         */ 
     114        pj_sockaddr         rcand_addr; 
    105115 
    106116    } comp[2]; 
Note: See TracChangeset for help on using the changeset viewer.