30dayMakeCppServer icon indicating copy to clipboard operation
30dayMakeCppServer copied to clipboard

30天自制C++服务器,包含教程和源代码

Results 60 30dayMakeCppServer issues
Sort by recently updated
recently updated
newest added

_唯一的不同在于,Acceptor类的处理事件函数(也就是新建连接功能)被放到了Server类中,具体原因在上一天的教程中已经详细说明。而Connection类则没有必要这么做,处理事件的逻辑应该由Connection类本身来完成。_ 这样做的目的是什么?

有qq? 交流一下

催更。。。。。。。。。。。。。。。。。。

别催更了大伙,我替作者改名了

./test -t 10000 -m 10 -w 100 执行完后输出 socket connect error: Connection refused socket connect error: Connection refused socket connect error: Connection refused socket connect error: Connection refused socket connect...