mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine rtmp client/server, add comments.
This commit is contained in:
parent
88c94193a3
commit
047fb74889
3 changed files with 179 additions and 16 deletions
|
|
@ -708,11 +708,6 @@ SrsRtmpServer::~SrsRtmpServer()
|
|||
srs_freep(hs_bytes);
|
||||
}
|
||||
|
||||
SrsProtocol* SrsRtmpServer::get_protocol()
|
||||
{
|
||||
return protocol;
|
||||
}
|
||||
|
||||
void SrsRtmpServer::set_recv_timeout(int64_t timeout_us)
|
||||
{
|
||||
protocol->set_recv_timeout(timeout_us);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue