1
0
Fork 0
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:
winlin 2020-04-15 06:44:09 +08:00
parent 649f2042da
commit dd7b5cf53f
3 changed files with 3 additions and 5 deletions

View file

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