mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1598, support SLB health checking by TCP. 3.0.123
This commit is contained in:
parent
4a69499f2c
commit
20b9d6ab02
8 changed files with 34 additions and 3 deletions
|
@ -243,6 +243,9 @@ srs_error_t SrsRtspConn::do_cycle()
|
|||
|
||||
// retrieve ip of client.
|
||||
std::string ip = srs_get_peer_ip(srs_netfd_fileno(stfd));
|
||||
if (ip.empty() && !_srs_config->empty_ip_ok()) {
|
||||
srs_warn("empty ip for fd=%d", srs_netfd_fileno(stfd));
|
||||
}
|
||||
srs_trace("rtsp: serve %s", ip.c_str());
|
||||
|
||||
// consume all rtsp messages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue