awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSocket Buffer Peeking

Techniques for verifying data presence in a socket's input buffer without removing the data.

Distinct from Circular Input Buffers: Specific to network socket 'peek' and non-blocking operations, distinct from UI or circular buffers.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Socket Buffer Peeking. Refine with filters or upvote what's useful.

Awesome Socket Buffer Peeking GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • riba2534/tcp-ip-networknoteriba2534 的头像

    riba2534/TCP-IP-NetworkNote

    2,505在 GitHub 上查看↗

    TCP-IP-NetworkNote is a comprehensive technical reference and guide for implementing network communication using TCP and UDP sockets in C and C++. It provides a detailed manual for using the POSIX socket API and covers the implementation of network protocols, synchronous and asynchronous I/O patterns, and concurrent programming models. The project is distinguished by its focus on cross-platform networking, offering a detailed comparison of socket implementation details and adaptation utilities between Linux and Windows Winsock environments. It specifically addresses the differences in header

    Provides methods to check for data in the input buffer using peek and non-blocking options without removing it.

    C
    在 GitHub 上查看↗2,505
  1. Home
  2. Operating Systems & Systems Programming
  3. Socket Buffer Peeking