Changeset 5444 for pjproject/trunk/pjlib/src/pj/sock_bsd.c
- Timestamp:
- Oct 5, 2016 9:07:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/sock_bsd.c
r5403 r5444 132 132 133 133 134 /* IPV6_TCLASS */ 135 #ifdef IPV6_TCLASS 136 const pj_uint16_t PJ_IPV6_TCLASS = IPV6_TCLASS; 137 #else 138 const pj_uint16_t PJ_IPV6_TCLASS = 0xFFFF; 139 #endif 140 141 134 142 /* optname values. */ 135 143 const pj_uint16_t PJ_SO_TYPE = SO_TYPE;
Note: See TracChangeset
for help on using the changeset viewer.