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

@ -619,7 +619,7 @@ srs_error_t SrsStatistic::dumps_perf_rtp_packets(SrsJsonObject* obj)
return dumps_perf(perf_rtp, obj);
}
void SrsStatistic::perf_gso_on_packets(int nb_packets)
void SrsStatistic::perf_on_gso_packets(int nb_packets)
{
perf_on_packets(perf_gso, nb_packets);
}