mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code, rename ISrsReader to ISrsBufferReader
This commit is contained in:
parent
85cd1e1a41
commit
a73dec4c41
3 changed files with 11 additions and 8 deletions
|
@ -37,7 +37,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
* the socket provides TCP socket over st,
|
||||
* that is, the sync socket mechanism.
|
||||
*/
|
||||
class SrsSocket : public ISrsReader
|
||||
class SrsSocket : public ISrsBufferReader
|
||||
{
|
||||
private:
|
||||
int64_t recv_timeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue