1
0
Fork 0
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:
winlin 2020-05-21 14:22:45 +08:00
parent 4f6b24ea12
commit f03bf601e4
10 changed files with 15 additions and 449 deletions

View file

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