mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine comments
This commit is contained in:
parent
14e3ec2fe8
commit
cac5bbddf6
2 changed files with 2 additions and 2 deletions
|
@ -305,7 +305,7 @@ private:
|
|||
int cache_pos;
|
||||
// The max number of messages for sendmmsg. If 1, we use sendmsg to send.
|
||||
int max_sendmmsg;
|
||||
// The total queue length, share with all senders.
|
||||
// The total queue length, for each sender.
|
||||
int queue_length;
|
||||
public:
|
||||
SrsUdpMuxSender(SrsRtcServer* s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue