winlin

update comments for handshake.

@@ -313,7 +313,9 @@ namespace srs @@ -313,7 +313,9 @@ namespace srs
313 #endif 313 #endif
314 314
315 /** 315 /**
316 -* try complex handshake, if failed, fallback to simple handshake. 316 +* simple handshake.
  317 +* user can try complex handshake first,
  318 +* rollback to simple handshake if error ERROR_RTMP_TRY_SIMPLE_HS
317 */ 319 */
318 class SrsSimpleHandshake 320 class SrsSimpleHandshake
319 { 321 {