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:
parent
a7b6974dcb
commit
9e35664510
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue