mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Rename ISrsProtocolReaderWriter to ISrsProtocolReadWriter
This commit is contained in:
parent
6e75993e7f
commit
16fa4c588a
18 changed files with 60 additions and 60 deletions
|
@ -424,7 +424,7 @@ srs_error_t SimpleSocketStream::writev(const iovec *iov, int iov_size, ssize_t*
|
|||
return srs_success;
|
||||
}
|
||||
|
||||
// ISrsProtocolReaderWriter
|
||||
// ISrsProtocolReadWriter
|
||||
bool SimpleSocketStream::is_never_timeout(int64_t tm)
|
||||
{
|
||||
srs_assert(io);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue