mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #907, Wrap ST, only use in service ST.
This commit is contained in:
parent
54411e0768
commit
1bf99e8f3e
49 changed files with 340 additions and 513 deletions
|
@ -55,7 +55,7 @@ protected:
|
|||
/**
|
||||
* the underlayer st fd handler.
|
||||
*/
|
||||
st_netfd_t stfd;
|
||||
srs_netfd_t stfd;
|
||||
/**
|
||||
* the ip of client.
|
||||
*/
|
||||
|
@ -77,7 +77,7 @@ protected:
|
|||
*/
|
||||
int64_t create_time;
|
||||
public:
|
||||
SrsConnection(IConnectionManager* cm, st_netfd_t c, std::string cip);
|
||||
SrsConnection(IConnectionManager* cm, srs_netfd_t c, std::string cip);
|
||||
virtual ~SrsConnection();
|
||||
// interface IKbpsDelta
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue