或者把 ELOG_ASSERT(init_ok) 删掉吧,感觉放这个 static 函数里没啥用呢 ContributorAuthor IdiotStoneMacommentedDec 21, 2018via email 感谢回复,easylogger在嵌入式上很好用,手动点赞666. 1、 我接下来会提交pr。 2、 建议将异步输出任务创建和信号量相关也可以移动到port.c中,这部分也是需要在不同系统上进行...
server_addr.sin_port = htons(port);intopt =1;// Enable re-binding to avoid the pain when restarting the server quickly.setsockopt(listener_, SOL_SOCKET, SO_REUSEADDR, (constchar*)&opt,sizeof(opt));if(bind(listener_, (struct sockaddr *)&server_addr,sizeof(server_addr)) <0) { close...