From a2c5075002bd78d094cc073d43d060b07db01b09 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 19 Mar 2014 23:40:49 +0800 Subject: [PATCH] update comments for handshake. --- trunk/src/rtmp/srs_protocol_handshake.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/src/rtmp/srs_protocol_handshake.hpp b/trunk/src/rtmp/srs_protocol_handshake.hpp index 8a5ab77b7..05b29482f 100644 --- a/trunk/src/rtmp/srs_protocol_handshake.hpp +++ b/trunk/src/rtmp/srs_protocol_handshake.hpp @@ -313,7 +313,9 @@ namespace srs #endif /** -* try complex handshake, if failed, fallback to simple handshake. +* simple handshake. +* user can try complex handshake first, +* rollback to simple handshake if error ERROR_RTMP_TRY_SIMPLE_HS */ class SrsSimpleHandshake {