mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine http log.
This commit is contained in:
parent
5273509554
commit
7166b666c8
5 changed files with 34 additions and 6 deletions
|
@ -99,7 +99,7 @@ int SrsRtmpConn::do_cycle()
|
|||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
||||
srs_trace("serve client ip=%s", ip.c_str());
|
||||
srs_trace("RTMP client ip=%s", ip.c_str());
|
||||
|
||||
rtmp->set_recv_timeout(SRS_RECV_TIMEOUT_US);
|
||||
rtmp->set_send_timeout(SRS_SEND_TIMEOUT_US);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue