正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -288,7 +288,7 @@ int SrsHandshakeBytes::create_s0s1s2(const char* c1) | @@ -288,7 +288,7 @@ int SrsHandshakeBytes::create_s0s1s2(const char* c1) | ||
288 | } | 288 | } |
289 | stream.write_1bytes(0x03); | 289 | stream.write_1bytes(0x03); |
290 | stream.write_4bytes((int32_t)::time(NULL)); | 290 | stream.write_4bytes((int32_t)::time(NULL)); |
291 | - // s2 time2 copy from c1 | 291 | + // s1 time2 copy from c1 |
292 | if (c0c1) { | 292 | if (c0c1) { |
293 | stream.write_bytes(c0c1 + 1, 4); | 293 | stream.write_bytes(c0c1 + 1, 4); |
294 | } | 294 | } |
-
请 注册 或 登录 后发表评论