Ignore:
Timestamp:
Jun 28, 2006 4:23:23 PM (17 years ago)
Author:
bennylp
Message:

Enhancements and minor bug-fix in SIP UDP transport: (1) application may specify NULL address when creating the UDP transport, to allow the transport to choose arbitrary port, and (2) receive data buffers were not freed when UDP transport is closed

File:
1 edited

Legend:

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

    r550 r562  
    4242 * 
    4343 * @param endpt         The SIP endpoint. 
    44  * @param local         Local address to bind. 
     44 * @param local         Optional local address to bind. If this argument 
     45 *                      is NULL, the UDP transport will be bound to arbitrary 
     46 *                      UDP port. 
    4547 * @param a_name        Published address (only the host and port portion is  
    4648 *                      used). If this argument is NULL, then the bound address 
Note: See TracChangeset for help on using the changeset viewer.