From 9e3566451083358613d0ec3cb5f2fe84e8a2b091 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 28 Dec 2014 12:28:33 +0800 Subject: [PATCH] refine the simple handshake comment. --- trunk/src/rtmp/srs_protocol_rtmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/rtmp/srs_protocol_rtmp.cpp b/trunk/src/rtmp/srs_protocol_rtmp.cpp index 9cbe655d1..9924e5b48 100644 --- a/trunk/src/rtmp/srs_protocol_rtmp.cpp +++ b/trunk/src/rtmp/srs_protocol_rtmp.cpp @@ -288,7 +288,7 @@ int SrsHandshakeBytes::create_s0s1s2(const char* c1) } stream.write_1bytes(0x03); stream.write_4bytes((int32_t)::time(NULL)); - // s2 time2 copy from c1 + // s1 time2 copy from c1 if (c0c1) { stream.write_bytes(c0c1 + 1, 4); }