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

refine code, rename SrsSocket to SrsStSocket

This commit is contained in:
winlin 2014-07-26 20:08:37 +08:00
parent b19d2e8e2d
commit 6ee9ea341a
16 changed files with 106 additions and 106 deletions

View file

@ -306,7 +306,7 @@ int SrsEdgeIngester::connect_server()
srs_freep(io);
srs_assert(stfd);
io = new SrsSocket(stfd);
io = new SrsStSocket(stfd);
client = new SrsRtmpClient(io);
kbps->set_io(io, io);
@ -559,7 +559,7 @@ int SrsEdgeForwarder::connect_server()
srs_freep(io);
srs_assert(stfd);
io = new SrsSocket(stfd);
io = new SrsStSocket(stfd);
client = new SrsRtmpClient(io);
kbps->set_io(io, io);