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,505GitHub पर देखें↗

    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