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
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue