winlin

for bug #162, add conf and connections limit.

@@ -1564,6 +1564,9 @@ int SrsConfig::check_config() @@ -1564,6 +1564,9 @@ int SrsConfig::check_config()
1564 } 1564 }
1565 } 1565 }
1566 1566
  1567 + // show important args.
  1568 + srs_trace("conf: %s, limit: %d", config_file.c_str(), get_max_connections());
  1569 +
1567 //////////////////////////////////////////////////////////////////////// 1570 ////////////////////////////////////////////////////////////////////////
1568 // check features 1571 // check features
1569 //////////////////////////////////////////////////////////////////////// 1572 ////////////////////////////////////////////////////////////////////////