Changeset 5282 for pjproject/trunk/pjnath/include/pjnath/ice_strans.h
- Timestamp:
- May 9, 2016 3:29:28 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/ice_strans.h
r4606 r5282 126 126 PJ_ICE_STRANS_OP_NEGOTIATION, 127 127 128 /** This operati nois used to report failure in keep-alive operation.128 /** This operation is used to report failure in keep-alive operation. 129 129 * Currently it is only used to report TURN Refresh failure. 130 130 */ 131 PJ_ICE_STRANS_OP_KEEP_ALIVE 131 PJ_ICE_STRANS_OP_KEEP_ALIVE, 132 133 /** IP address change notification from STUN keep-alive operation. 134 */ 135 PJ_ICE_STRANS_OP_ADDR_CHANGE 132 136 133 137 } pj_ice_strans_op;
Note: See TracChangeset
for help on using the changeset viewer.