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

update comments of utility

This commit is contained in:
winlin 2014-07-17 17:10:32 +08:00
parent b37aeff8d5
commit 1243d962b8

View file

@ -357,7 +357,8 @@ extern SrsPlatformInfo* srs_get_platform_info();
// the deamon st-thread will update it.
extern void srs_update_platform_info();
// network device summary
// network device summary for each network device,
// for example, eth0, eth1, ethN
class SrsNetworkDevices
{
public:
@ -398,7 +399,7 @@ extern int srs_get_network_devices_count();
// the deamon st-thread will update it.
extern void srs_update_network_devices();
// srs rtmp network summary
// system connections, and srs rtmp network summary
class SrsNetworkRtmpServer
{
public: