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

SRT: move accept log into srt conn cycle

This commit is contained in:
hondaxiao 2022-06-12 14:39:34 +08:00 committed by winlin
parent e09daa2d4b
commit c037f920b2
2 changed files with 2 additions and 2 deletions

View file

@ -229,8 +229,6 @@ srs_error_t SrsSrtServer::fd_to_resource(srs_srt_t srt_fd, ISrsStartableConnecit
return srs_error_wrap(err, "get srt ip port");
}
srs_trace("accept srt client from %s:%d, fd=%d", ip.c_str(), port, srt_fd);
// TODO: FIXME: need to check max connection?
// The context id may change during creating the bellow objects.