Chen Shuo's Practical Network Programming - TTCP Lecture代码注释
摘要:下面是C语言版本的TTCP,主要注释的是void receive(const Options& opt);函数,负责在服务器接收客户端发送的数据: // muduo/examples/ace/ttcp/ttcp_blocking.cc #include ... // 接受新的TCP连接 static
阅读全文
posted @ 2023-11-15 19:54