1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix build failed.

This commit is contained in:
winlin 2022-06-09 20:32:45 +08:00
parent fa78cf3354
commit 3ed4aed824
4 changed files with 11 additions and 5 deletions

View file

@ -1093,6 +1093,11 @@ void srs_update_rtmp_server(int nb_conn, SrsKbps* kbps)
nb_tcp_total = 0;
nb_tcp_mem = 0;
nb_udp4 = 0;
(void)nb_socks;
(void)nb_tcp_mem;
(void)nb_tcp4_hashed;
(void)nb_tcp_orphans;
#endif
int nb_tcp_estab = 0;