1 dépôt
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.
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.