Changeset 2724 for pjproject/trunk/pjnath/src/pjnath-test/ice_test.c
- Timestamp:
- May 29, 2009 1:04:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/ice_test.c
r2394 r2724 65 65 66 66 struct test_result expected;/* Expected result */ 67 68 pj_bool_t nom_regular; /* Use regular nomination? */ 67 69 }; 68 70 … … 142 144 143 145 if (ept->cfg.enable_host == 0) { 144 ice_cfg.stun. no_host_cands = PJ_TRUE;146 ice_cfg.stun.max_host_cands = 0; 145 147 } else { 146 ice_cfg.stun.no_host_cands = PJ_FALSE;148 //ice_cfg.stun.no_host_cands = PJ_FALSE; 147 149 ice_cfg.stun.loop_addr = PJ_TRUE; 148 150 }
Note: See TracChangeset
for help on using the changeset viewer.