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:
parent
49308dddfb
commit
a7bf4bfda5
10 changed files with 97 additions and 80 deletions
|
@ -144,9 +144,9 @@ private:
|
|||
#endif
|
||||
public:
|
||||
#ifdef SRS_AUTO_KAFKA
|
||||
SrsRtmpConn(SrsServer* svr, ISrsKafkaCluster* k, st_netfd_t c);
|
||||
SrsRtmpConn(SrsServer* svr, ISrsKafkaCluster* k, st_netfd_t c, std::string cip);
|
||||
#else
|
||||
SrsRtmpConn(SrsServer* svr, st_netfd_t c);
|
||||
SrsRtmpConn(SrsServer* svr, st_netfd_t c, std::string cip);
|
||||
#endif
|
||||
virtual ~SrsRtmpConn();
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue