Changes between Version 5 and Version 6 of Ticket #950


Ignore:
Timestamp:
Aug 18, 2009 1:42:42 PM (15 years ago)
Author:
bennylp
Comment:

Added get API.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #950 – Description

    v5 v6  
    8686 PJ_DECL(pj_status_t) pj_sock_set_qos_type(pj_sock_t sock, 
    8787                                           pj_qos_type val); 
     88 
     89 PJ_DECL(pj_status_t) pj_sock_get_qos_type(pj_sock_t sock, 
     90                                           pj_qos_type *p_val); 
    8891 }}} 
    8992 
     
    9497 Win32 may not be implemented due to the API mess above. 
    9598 
    96  There is no ''get'' API for now, since it may be difficult to map the current socket (native) QoS values into PJLIB traffic classes. 
    97  
    9899'''References''' 
    99100