Changeset 1515 for pjproject/trunk/pjlib/src/pj/sock_bsd.c
- Timestamp:
- Oct 21, 2007 11:49:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/sock_bsd.c
r1302 r1515 65 65 #elif defined(IPPROTO_TCP) 66 66 const pj_uint16_t PJ_SOL_TCP = IPPROTO_TCP; 67 #else 68 const pj_uint16_t PJ_SOL_TCP = 0xFFFF; 67 69 #endif /* SOL_TCP */ 68 70 #ifdef SOL_UDP
Note: See TracChangeset
for help on using the changeset viewer.