mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657: Refine TCP connections arch
This commit is contained in:
parent
4ba66b388b
commit
2a14dc0ebd
10 changed files with 29 additions and 286 deletions
|
@ -109,7 +109,7 @@ SrsRtmpConn::SrsRtmpConn(SrsServer* svr, srs_netfd_t c, string cip, int cport)
|
|||
server = svr;
|
||||
|
||||
stfd = c;
|
||||
skt = new SrsTcpConnection2(c);
|
||||
skt = new SrsTcpConnection(c);
|
||||
manager = svr;
|
||||
ip = cip;
|
||||
port = cport;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue