- Timestamp:
- Oct 23, 2008 11:31:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/stun_simple.c
r1239 r2356 24 24 #include <pj/os.h> 25 25 26 #define THIS_FILE "stun .c"26 #define THIS_FILE "stun_simple.c" 27 27 28 28 PJ_DEF(pj_status_t) pjstun_create_bind_req( pj_pool_t *pool, … … 89 89 *attr = (pjstun_attr_hdr*)p_attr; 90 90 len = pj_ntohs((pj_uint16_t) ((*attr)->length)) + sizeof(pjstun_attr_hdr); 91 len = (len + 3) & ~3; 91 92 92 93 if (msg_len < len) {
Note: See TracChangeset
for help on using the changeset viewer.