1
0
Fork 0
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:
winlin 2014-06-18 16:21:33 +08:00
parent d0b08d0d51
commit b0e4dc8085
2 changed files with 11 additions and 5 deletions

View file

@ -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();
}