mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Add debug_id for GSO
This commit is contained in:
parent
56995db6a5
commit
b7dab00f36
2 changed files with 20 additions and 7 deletions
|
@ -124,6 +124,10 @@ public:
|
|||
bool use_gso;
|
||||
bool should_merge_nalus;
|
||||
public:
|
||||
#if defined(SRS_DEBUG)
|
||||
// Debug id.
|
||||
uint32_t debug_id;
|
||||
#endif
|
||||
// The total bytes of RTP packets.
|
||||
int nn_bytes;
|
||||
// The RTP packets send out by sendmmsg or sendmsg. Note that if many packets group to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue