文章列表
How to design proper release of a boost::asio socket or wrapper thereof(如何设计 boost::asio 套接字或其包装器的正确释放)
Increasing TCP Window Size(增加 TCP 窗口大小)
How to use QTcpSocket instance multiple times with couple second intervals?(如何以几秒的间隔多次使用 QTcpSocket 实例?)
Howto detect that a network cable has been unplugged in a TCP connection?(如何检测 TCP 连接中的网线已被拔掉?)
What is SOCK_DGRAM and SOCK_STREAM?(SOCK_DGRAM 和 SOCK_STREAM 是什么?)
TCP Zero copy using boost(使用 boost 的 TCP 零复制)
How do I execute QTcpSocket in a different thread?(如何在不同的线程中执行 QTcpSocket?)
In Boost ASIO how can I set the source IP address to impersonate another server#39;s IP address?(在 Boost ASIO 中,如何设置源 IP 地址以模拟另一台服务器的 IP 地址?)
How to avoid data race with `asio::ip::tcp::iostream`?(如何使用`asio::ip::tcp::iostream`避免数据竞争?)
C++ application: Is it possible to pass accepted TCP connection from one process to another?(C++ 应用程序:是否可以将接受的 TCP 连接从一个进程传递到另一个进程?)