winlin

update comments of utility

@@ -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: