mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine conf, add comments for other listen type
This commit is contained in:
parent
2cebaff9d8
commit
a0c0c94cf0
5 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ int SrsServer::accept_client(SrsListenerType type, st_netfd_t client_stfd)
|
|||
if (type == SrsListenerStream) {
|
||||
conn = new SrsClient(this, client_stfd);
|
||||
} else {
|
||||
// handler others
|
||||
// TODO: FIXME: handler others
|
||||
}
|
||||
srs_assert(conn);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue