1
0
Fork 0
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:
winlin 2014-03-01 11:27:06 +08:00
parent 85cd1e1a41
commit a73dec4c41
3 changed files with 11 additions and 8 deletions

View file

@ -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;