mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix GSO stat bug
This commit is contained in:
parent
649f2042da
commit
dd7b5cf53f
3 changed files with 3 additions and 5 deletions
|
@ -248,7 +248,7 @@ public:
|
|||
public:
|
||||
// Stat for packets UDP GSO, nb_packets is the merged RTP packets.
|
||||
// For example, three RTP/audio packets maybe GSO to one msghdr.
|
||||
virtual void perf_gso_on_packets(int nb_packets);
|
||||
virtual void perf_on_gso_packets(int nb_packets);
|
||||
// Dumps the perf statistic data for UDP GSO, for performance analysis.
|
||||
virtual srs_error_t dumps_perf_gso(SrsJsonObject* obj);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue