mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Directly send without sendmmsg
This commit is contained in:
parent
4f6b24ea12
commit
f03bf601e4
10 changed files with 15 additions and 449 deletions
|
@ -53,8 +53,6 @@ class SrsRtcSession;
|
|||
class SrsSharedPtrMessage;
|
||||
class SrsRtcSource;
|
||||
class SrsRtpPacket2;
|
||||
class ISrsUdpSender;
|
||||
class SrsRtpPacket2;
|
||||
class ISrsCodec;
|
||||
class SrsRtpNackForReceiver;
|
||||
class SrsRtpIncommingVideoFrame;
|
||||
|
@ -181,8 +179,6 @@ public:
|
|||
int nn_videos;
|
||||
// The number of padded packet.
|
||||
int nn_paddings;
|
||||
// The number of dropped messages.
|
||||
int nn_dropped;
|
||||
public:
|
||||
SrsRtcOutgoingInfo();
|
||||
virtual ~SrsRtcOutgoingInfo();
|
||||
|
@ -212,7 +208,6 @@ private:
|
|||
int nn_simulate_nack_drop;
|
||||
private:
|
||||
// For merged-write and GSO.
|
||||
bool gso;
|
||||
int max_padding;
|
||||
// For merged-write messages.
|
||||
int mw_msgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue