Ignore:
Timestamp:
Oct 25, 2009 9:02:07 AM (14 years ago)
Author:
bennylp
Message:

Initial commit for ticket #950: QoS support:

  • implementation:
    • PJLIB (sock_qos*.*)
  • added QoS support in:
    • SIP UDP transport,
    • SIP TCP transport,
    • media UDP transport (done in pjsua-lib),
    • pjnath ICE stream transport,
    • pjnath STUN socket,
    • pjnath TURN client
  • added QoS options in pjsua-lib:
    • QoS fields in pjsua_transport_config
  • added "--set-qos" parameter in pjsua

Notes:

  • QoS in TLS transport is not yet implemented, waiting for #957
  • build ok on VS6, VS2005 (multiple targets), Carbide, and Mingw
  • no run-time testing yet
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/build/Makefile

    r2138 r2966  
    2626        guid.o hash.o ip_helper_generic.o list.o lock.o log.o os_time_common.o \ 
    2727        pool.o pool_buf.o pool_caching.o pool_dbg.o rand.o \ 
    28         rbtree.o sock_common.o string.o timer.o types.o 
     28        rbtree.o sock_common.o sock_qos_common.o sock_qos_bsd.o \ 
     29        string.o timer.o types.o 
    2930export PJLIB_CFLAGS += $(_CFLAGS) 
    3031 
Note: See TracChangeset for help on using the changeset viewer.