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

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

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

2 个仓库

Awesome GitHub RepositoriesSocket API References

Technical documentation for using standardized socket system calls for network communication.

Distinct from POSIX Interfaces: Specifically targets the socket subset of POSIX interfaces for network binding, listening, and data exchange.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Socket API References. Refine with filters or upvote what's useful.

Awesome Socket API References 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 technical notes on using standard POSIX system calls for binding, listening, and exchanging network data.

    C
    在 GitHub 上查看↗2,505
  • codeplea/hands-on-network-programming-with-ccodeplea 的头像

    codeplea/Hands-On-Network-Programming-with-C

    701在 GitHub 上查看↗

    该项目作为在 C 语言中开发网络应用程序的综合教程和技术资源。它专注于 Berkeley 套接字接口的实际应用,指导用户实现底层网络协议并管理跨面向连接和无连接流的数据传输。 该材料通过涵盖网络通信的全生命周期脱颖而出,从初始化系统级协议栈和解析域名到管理复杂的连接行为。它提供关于构建利用非阻塞输入和输出操作来高效处理多个并发请求的并发服务的说明。 除了基本连接外,该仓库还解决了安全和诊断功能的集成。它演示了如何用加密层包装套接字流以进行安全通信,并提供检查网络流量以排查连接和性能问题的方法。内容被结构化为寻求直接针对操作系统接口理解和实现健壮网络服务的开发者的实用参考。

    Provides practical examples for managing connection lifecycles, data streams, and packet transmission using socket system calls.

    C
    在 GitHub 上查看↗701
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Operating System Kernels
  5. POSIX Interfaces
  6. Socket API References