mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657, refine connection interface
This commit is contained in:
parent
0a82719bd3
commit
3038dd473d
4 changed files with 26 additions and 10 deletions
|
@ -314,6 +314,14 @@ void SrsResourceManager::dispose(ISrsResource* c)
|
|||
srs_freep(c);
|
||||
}
|
||||
|
||||
ISrsStartableConneciton::ISrsStartableConneciton()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsStartableConneciton::~ISrsStartableConneciton()
|
||||
{
|
||||
}
|
||||
|
||||
SrsTcpConnection::SrsTcpConnection(ISrsResourceManager* cm, srs_netfd_t c, string cip, int cport)
|
||||
{
|
||||
manager = cm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue