Changeset 6114
- Timestamp:
- Dec 3, 2019 7:18:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/turn_sock.c
r6111 r6114 1589 1589 break; 1590 1590 } 1591 /* If this is the first connection, turn_sock->data_conn_cnt can be 0. */ 1592 // pj_assert(i < turn_sock->data_conn_cnt); 1591 1592 /* Verify that a free slot is found */ 1593 pj_assert(i < PJ_TURN_MAX_TCP_CONN_CNT); 1593 1594 ++turn_sock->data_conn_cnt; 1594 1595
Note: See TracChangeset
for help on using the changeset viewer.