1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the simple handshake comment.

This commit is contained in:
winlin 2014-12-28 12:28:33 +08:00
parent a7b6974dcb
commit 9e35664510

View file

@ -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);
}