1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine code, ignore client when no ip.

This commit is contained in:
winlin 2015-12-24 17:25:05 +08:00
parent 49308dddfb
commit a7bf4bfda5
10 changed files with 97 additions and 80 deletions

View file

@ -110,7 +110,7 @@ protected:
*/
int64_t create_time;
public:
SrsConnection(IConnectionManager* cm, st_netfd_t c);
SrsConnection(IConnectionManager* cm, st_netfd_t c, std::string cip);
virtual ~SrsConnection();
// interface IKbpsDelta
public: