文章列表
How to support both IPv4 and IPv6 connections(如何同时支持 IPv4 和 IPv6 连接)
Debugging in XCode as root(以 root 身份在 XCode 中调试)
How to determine the value of socket listen() backlog parameter?(如何确定套接字监听()积压参数的值?)
C++ socket programming Max size of TCP/IP socket Buffer?(C++ 套接字编程 TCP/IP 套接字缓冲区的最大大小?)
breaking out from socket select(从套接字选择中跳出)
Receiving only necessary data with C++ Socket(使用 C++ Socket 只接收必要的数据)
Using ZeroMQ together with Boost::ASIO(将 ZeroMQ 与 Boost::ASIO 一起使用)
What is the preferred way of passing data between two applications on the same system?(在同一系统上的两个应用程序之间传递数据的首选方式是什么?)
Raw Socket promiscuous mode not sniffing what I write(原始套接字混杂模式不嗅探我写的内容)
How to pass a boost asio tcp socket to a thread for sending heartbeat to client or server(如何将 boost asio tcp 套接字传递给线程以将心跳发送到客户端或服务器)