mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine annotation
This commit is contained in:
parent
570c0d66bd
commit
07d8f060eb
1 changed files with 1 additions and 6 deletions
|
@ -557,9 +557,8 @@ int SrsHds::flush_bootstrap()
|
|||
abst.write_1bytes(1);
|
||||
size_abst += 1;
|
||||
|
||||
///////////////////////////////////////////////////
|
||||
start_asrt = start_abst + size_abst;
|
||||
// MStream asrt;
|
||||
|
||||
// follows by asrt
|
||||
abst.write_4bytes(0);
|
||||
abst.write_string("asrt");
|
||||
|
@ -625,8 +624,6 @@ int SrsHds::flush_bootstrap()
|
|||
abst.write_1bytes(1);
|
||||
size_abst += 1;
|
||||
|
||||
/////////////////////////////////////
|
||||
//MStream afrt;
|
||||
// follows by afrt
|
||||
start_afrt = start_abst + size_abst;
|
||||
|
||||
|
@ -677,8 +674,6 @@ int SrsHds::flush_bootstrap()
|
|||
}
|
||||
|
||||
update_box(start_afrt, size_afrt);
|
||||
// abst.append(afrt);
|
||||
|
||||
size_abst += size_afrt;
|
||||
update_box(start_abst, size_abst);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue