Ignore:
Timestamp:
Oct 25, 2009 9:02:07 AM (15 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/build.symbian/pjlib.mmp

    r2913 r2966  
    5151SOURCE          rbtree.c 
    5252SOURCE          sock_common.c 
     53SOURCE          sock_qos_common.c 
    5354SOURCE          types.c 
    5455 
     
    7677SOURCE          sock_symbian.cpp 
    7778SOURCE          sock_select_symbian.cpp 
     79SOURCE          sock_qos_symbian.cpp 
    7880SOURCE          timer_symbian.cpp 
    7981SOURCE          unicode_symbian.cpp 
Note: See TracChangeset for help on using the changeset viewer.