Ignore:
Timestamp:
Oct 5, 2016 9:07:17 AM (8 years ago)
Author:
riza
Message:

Re #1963: Implement QoS for IPv6 for platform that supports IPV6_TCLASS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/sock.h

    r4860 r5444  
    277277 
    278278 
     279/** IPV6_TCLASS optname in setsockopt(). @see pj_IPV6_TCLASS() */ 
     280extern const pj_uint16_t PJ_IPV6_TCLASS; 
     281 
     282 
     283#if defined(PJ_DLL) 
     284    /** Get #PJ_IPV6_TCLASS constant */ 
     285    PJ_DECL(int) pj_IPV6_TCLASS(void); 
     286#else 
     287    /** Get #PJ_IPV6_TCLASS constant */ 
     288#   define pj_IPV6_TCLASS()     PJ_IPV6_TCLASS 
     289#endif 
     290 
     291 
    279292/** 
    280293 * Values to be specified as \c optname when calling #pj_sock_setsockopt()  
Note: See TracChangeset for help on using the changeset viewer.