Changeset 5388 for pjproject/trunk/pjnath/src/pjnath-test/concur_test.c
- Timestamp:
- Jul 18, 2016 11:02:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/concur_test.c
r5339 r5388 264 264 pj_assert(status == PJ_SUCCESS); 265 265 266 /* Set socket to nonblocking to avoid stuck in recv/recvfrom() on concurrent events */ 267 app_set_sock_nb(test_sess.server_sock); 268 266 269 addr_len = sizeof(bind_addr); 267 270 status = pj_sock_getsockname(test_sess.server_sock, &bind_addr, &addr_len);
Note: See TracChangeset
for help on using the changeset viewer.