正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -357,7 +357,8 @@ extern SrsPlatformInfo* srs_get_platform_info(); | @@ -357,7 +357,8 @@ extern SrsPlatformInfo* srs_get_platform_info(); | ||
357 | // the deamon st-thread will update it. | 357 | // the deamon st-thread will update it. |
358 | extern void srs_update_platform_info(); | 358 | extern void srs_update_platform_info(); |
359 | 359 | ||
360 | -// network device summary | 360 | +// network device summary for each network device, |
361 | +// for example, eth0, eth1, ethN | ||
361 | class SrsNetworkDevices | 362 | class SrsNetworkDevices |
362 | { | 363 | { |
363 | public: | 364 | public: |
@@ -398,7 +399,7 @@ extern int srs_get_network_devices_count(); | @@ -398,7 +399,7 @@ extern int srs_get_network_devices_count(); | ||
398 | // the deamon st-thread will update it. | 399 | // the deamon st-thread will update it. |
399 | extern void srs_update_network_devices(); | 400 | extern void srs_update_network_devices(); |
400 | 401 | ||
401 | -// srs rtmp network summary | 402 | +// system connections, and srs rtmp network summary |
402 | class SrsNetworkRtmpServer | 403 | class SrsNetworkRtmpServer |
403 | { | 404 | { |
404 | public: | 405 | public: |
-
请 注册 或 登录 后发表评论