Ignore:
Timestamp:
Jan 14, 2007 12:39:45 AM (17 years ago)
Author:
bennylp
Message:

Continuing work on ticket #50: make explicit transport selection works for sending response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transaction.h

    r879 r882  
    219219 * Lock/bind transaction to a specific transport/listener. This is optional, 
    220220 * as normally transport will be selected automatically based on the  
    221  * destination of the request upon resolver completion. Also it's only valid 
    222  * for UAC transaction (to send outgoing request), since for UAS the 
    223  * transport will be selected according to rules about handling incoming 
    224  * request (most likely it will use the transport where the request is 
    225  * coming from if ";rport" parameter is present in Via header). 
    226  * 
    227  * @param tsx       The UAC transaction. 
     221 * destination of the message upon resolver completion. 
     222 * 
     223 * @param tsx       The transaction. 
    228224 * @param sel       Transport selector containing the specification of 
    229225 *                  transport or listener to be used by this transaction 
Note: See TracChangeset for help on using the changeset viewer.