1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00

update comments for handshake.

This commit is contained in:
winlin 2014-03-19 23:40:49 +08:00
parent a470330383
commit a2c5075002

View file

@ -313,7 +313,9 @@ namespace srs
#endif #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 class SrsSimpleHandshake
{ {