修改拼写错误

This commit is contained in:
xiongziliang 2017-09-27 14:52:34 +08:00
parent 80b80c2ab8
commit 8732cbf2b8
5 changed files with 3 additions and 3 deletions

BIN
src/.DS_Store vendored

Binary file not shown.

View File

@ -11,7 +11,7 @@ using namespace ZL::Network;
namespace Config { namespace Config {
void loaIniConfig(){ void loadIniConfig(){
auto &ini = ZL::Util::mINI::Instance(); auto &ini = ZL::Util::mINI::Instance();
try{ try{
ini.parseFile(exePath() + ".ini"); ini.parseFile(exePath() + ".ini");

View File

@ -14,7 +14,7 @@ using namespace ZL::Util;
namespace Config { namespace Config {
void loaIniConfig(); void loadIniConfig();
////////////TCP最大连接数/////////// ////////////TCP最大连接数///////////
#ifdef __x86_64__ #ifdef __x86_64__
#define MAX_TCP_SESSION 100000 #define MAX_TCP_SESSION 100000

BIN
tests/.DS_Store vendored

Binary file not shown.

View File

@ -45,7 +45,7 @@ int main(int argc,char *argv[]){
setExePath(argv[0]); setExePath(argv[0]);
signal(SIGINT, programExit); signal(SIGINT, programExit);
Logger::Instance().add(std::make_shared<ConsoleChannel>("stdout", LTrace)); Logger::Instance().add(std::make_shared<ConsoleChannel>("stdout", LTrace));
Config::loaIniConfig(); Config::loadIniConfig();
DebugL << exePath(); DebugL << exePath();
//support rtmp and rtsp url //support rtmp and rtsp url
//just support H264+AAC //just support H264+AAC