mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine network bytes of summaries, remove the lo data.
This commit is contained in:
parent
d0b08d0d51
commit
b0e4dc8085
2 changed files with 11 additions and 5 deletions
|
@ -509,6 +509,7 @@ void srs_update_network_devices()
|
|||
|
||||
if (ret == 17) {
|
||||
r.ok = true;
|
||||
r.name[sizeof(r.name) - 1] = 0;
|
||||
_nb_srs_system_network_devices = i + 1;
|
||||
r.sample_time = srs_get_system_time_ms();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue